-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 932 Bytes
/
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
{
"name": "angular2-extjs",
"version": "0.0.56",
"description": "Ext JS Bridge for Angular2",
"repository": {
"type": "git",
"url": "https://github.com/mgusmano/angular2-extjs.git"
},
"main": "index.js",
"scripts": {
"it1": "rm -r dist",
"it2": "rm -r src",
"it3": "mkdir src/ && mkdir src/app/",
"it4": "node all.js",
"it5": "tsc",
"it6": "cp -r demo dist/demo/",
"it7": "npm version patch",
"it8": "cp README.md dist/ && cp package.json dist/",
"xxit7": "npm publish",
"build": "rm -rf lib && tsc",
"typings": "typings"
},
"author": "Sencha",
"license": "MIT",
"dependencies": {
"@angular/core": "^4.0.0-rc.5",
"@angular/common": "^4.0.0-rc.5",
"@angular/platform-browser": "^4.0.0-rc.5",
"rxjs": "^5.2.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"typescript": "^2.2.1",
"uglifyjs": "^2.4.10",
"umd": "^3.0.1"
}
}