-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 KB
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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "angular4-checkbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"demo-app": "gulp serve:devapp"
},
"author": "George Neil",
"license": "MIT",
"engines": {
"node": ">= 5.4.1"
},
"dependencies": {
"@angular/animations": "~4.3.0",
"@angular/common": "~4.3.0",
"@angular/compiler": "~4.3.0",
"@angular/core": "~4.3.0",
"@angular/forms": "~4.3.0",
"@angular/http": "~4.3.0",
"@angular/platform-browser": "~4.3.0",
"core-js": "^2.4.1",
"rxjs": "^5.0.1",
"systemjs": "0.19.43",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/compiler-cli": "~4.3.0",
"@angular/platform-browser-dynamic": "~4.3.0",
"@angular/router": "~4.3.0",
"@angular/tsc-wrapped": "~4.3.0",
"@types/chalk": "^0.4.31",
"@types/glob": "^5.0.30",
"@types/gulp": "3.8.32",
"@types/node": "^7.0.21",
"fs-extra": "^3.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.3.1",
"gulp-connect": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-if": "^2.0.2",
"hammerjs": "^2.0.8",
"http-rewrite-middleware": "^0.1.6",
"magic-string": "^0.21.3",
"resolve-bin": "^0.4.0",
"rollup": "^0.41.6",
"rollup-plugin-node-resolve": "^3.0.0",
"run-sequence": "^1.2.2",
"sorcery": "^0.10.0",
"tsconfig-paths": "^2.2.0",
"ts-node": "^3.0.4",
"typescript": "~2.2.1",
"web-animations-js": "^2.2.5"
}
}