-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
38 lines (38 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "erste",
"version": "4.6.3",
"description": "Your first choice for hybrid mobile applications",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dashersw/erste.git"
},
"keywords": [
"Hybrid mobile applications",
"javascript framework"
],
"scripts": {
"build": "gulp",
"prepare": "gulp",
"size": "node -e \"process.stdout.write('gzip size: ')\" && gzip-size dist/erste.js",
"ts-type-check": "tsc --noEmit --project jsconfig.json",
"lint": "eslint src --fix"
},
"author": "Armagan Amcalar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dashersw/erste/issues"
},
"homepage": "https://github.com/dashersw/erste#readme",
"devDependencies": {
"del": "^3.0.0",
"eslint": "^6.5.1",
"google-closure-compiler": "^20201006.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat-css": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-watch": "^5.0.1",
"typescript": "^3.2.4"
}
}