-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.04 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
68
69
70
71
72
73
74
75
76
{
"name": "libraryMinerFrontyard",
"version": "0.0.0",
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.3",
"browser-sync": "^2.11.1",
"connect-history-api-fallback": "^1.1.0",
"cssnano": "^3.5.2",
"del": "^2.2.0",
"exports-loader": "^0.6.3",
"gulp": "^3.9.1",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-extend": "^0.2.0",
"gulp-file": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-jsonlint": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"imports-loader": "^0.6.5",
"jasmine-core": "^2.4.1",
"json-loader": "^0.5.4",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.24",
"karma-webpack": "^1.7.0",
"minimist": "^1.2.0",
"modernizr": "^3.3.1",
"moment": "^2.11.2",
"napa": "^2.3.0",
"ng-annotate-loader": "^0.1.0",
"node-notifier": "^4.5.0",
"postcss-assets": "^4.0.1",
"progress-bar-webpack-plugin": "^1.3.0",
"run-sequence": "^1.1.5",
"webpack": "^1.12.13",
"es6-promise": "~3.1.2"
},
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-bootstrap-npm": "^0.14.3",
"angular-mocks": "^1.5.0",
"angular-resource": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-touch": "^1.5.0",
"angular-ui-router": "^0.2.18",
"angular-update-meta": "^1.8.0",
"bootstrap-sass": "^3.3.6",
"bootstrap-sass-loader": "^1.0.10",
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.2",
"debug": "^2.2.0",
"font-awesome": "^4.5.0",
"gsap": "^1.18.2",
"ismobilejs": "^0.3.9",
"jquery": "^2.2.0",
"normalize.css": "^3.0.3",
"ua-parser-js": "^0.7.10"
},
"scripts": {
"install": "napa"
},
"napa": {
"PreloadJS": "CreateJS/PreloadJS#0.6.2"
}
}