This repository has been archived by the owner on Jul 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Comptoir",
"version": "0.0.0",
"description": "Comptoir front-end",
"repository": "https://github.com/cghislai/comptoir.git",
"scripts": {
"prune": "gulp prune",
"build": "gulp build",
"build.dev": "gulp build --env dev",
"serve": "gulp serve",
"gulp": "gulp",
"postinstall": "tsd reinstall --clean && tsd link && tsd rebundle && gulp postinstall",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Charly Ghislain <cghislai>",
"license": "custom",
"devDependencies": {
"async": "^1.4.2",
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"express": "~4.13.1",
"extend": "^3.0.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-filter": "^2.0.2",
"gulp-inject": "^1.3.1",
"gulp-inline-ng2-template": "^0.0.7",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "^1.0.3",
"gulp-plumber": "~1.0.1",
"gulp-sass": "^2.0.4",
"gulp-shell": "~0.4.3",
"gulp-sourcemaps": "~1.5.2",
"gulp-template": "^3.0.0",
"gulp-tslint": "^3.3.0",
"gulp-tslint-stylish": "^1.0.4",
"gulp-typescript": "~2.8.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"karma": "~0.12.37",
"mini-lr": "^0.1.6",
"open": "0.0.5",
"reflect-metadata": "^0.1.2",
"run-sequence": "^1.1.0",
"serve-static": "^1.9.2",
"slash": "~1.0.0",
"stream-series": "^0.1.1",
"systemjs-builder": "^0.14.8",
"traceur": "^0.0.91",
"ts-node": "^0.2.4",
"tsd": "^0.6.4",
"typescript": "~1.6.0",
"yargs": "^3.25.0",
"zone.js": "^0.5.8"
},
"dependencies": {
"angular2": "2.0.0-beta.0",
"rxjs": "^5.0.0-beta.0",
"zone.js": "^0.5.10",
"es6-shim": "^0.33.6",
"es6-promise": "^3.0.2",
"systemjs": "^0.19.4",
"immutable": "^3.7.5",
"font-awesome": "^4.4.0"
}
}