-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.06 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
39
40
41
42
43
44
45
46
{
"name": "angular2-material-chips",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp"
},
"prepublish": "gulp",
"license": "MIT",
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"core-js": "^2.4.1",
"es6-shim": "^0.35.3",
"intl": "^1.2.5",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.1",
"systemjs": "0.19.40",
"zone.js": "^0.8.4"
},
"devDependencies": {
"concurrently": "^3.0.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^3.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^3.1.4",
"gulp-typings": "^2.0.4",
"gulp-uglify": "^2.0.0",
"lite-server": "^2.2.2",
"run-sequence": "^1.2.2",
"typescript": "^2.1.5",
"typings": "^2.1.0"
},
"files": [
"lib/*",
"index.d.ts",
"index.ts"
]
}