-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.65 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
{
"name": "cesar",
"description": "node.js packages for cesar UI.",
"repository": {
"type": "git",
"url": "https://github.com/mix-it/cesar.git"
},
"bugs": {
"url": "https://github.com/mix-it/cesar/issues"
},
"dependencies": {
"angular2": "^2.0.0-alpha.33",
"font-awesome": "^4.3.0",
"jquery": "^3.0.0",
"materialize-css": "^0.96.1",
"reflect-metadata": "^0.1.0",
"roboto-fontface": "^0.4.2",
"systemjs": "0.18.4"
},
"devDependencies": {
"browser-sync": "^2.8.0",
"connect-modrewrite": "^0.8.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.0",
"gulp-html-replace": "^1.5.1",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-ng-annotate": "^1.0.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-traceur": "0.17.*",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-requirejs": "^0.2.2",
"karma-traceur-preprocessor": "^0.4.0",
"merge-stream": "^0.1.8",
"phantomjs": "^1.9.17",
"requirejs": "^2.1.20",
"serve-static": "^1.10.0",
"systemjs-builder": "0.12.2",
"through2": "^2.0.0",
"traceur": "0.0.91"
},
"scripts": {
"build": "gulp build"
}
}