-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.8 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
{
"name": "nice",
"version": "1.0.0",
"author": "Cliren",
"contributors": [],
"description": "angular mobile ui startup app",
"main": "main.js",
"scripts": {
"start": "npm install && bower install && gulp watch"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^4.4.5",
"babel-loader": "^4.0.0",
"babel-runtime": "^4.4.5",
"browser-cookie-lite": "1.0.4",
"browser-sync": "^2.2.1",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.6",
"gulp-minify-html": "^1.0.2",
"gulp-notify": "^2.0.1",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.1",
"gulp-webpack-build": "^0.6.0",
"handlebars-loader": "^0.1.8",
"http-proxy": "^1.9.0",
"http-proxy-middleware": "0.0.5",
"istanbul-instrumenter-loader": "^0.1.2",
"jasmine": "^2.0.1",
"jshint-stylish": "^0.4.0",
"karma": "~0.12.24",
"karma-coverage": "0.2.4",
"karma-handlebars-preprocessor": "^0.2.0",
"karma-jasmine": "~0.2.1",
"karma-jasmine-ajax": "^0.1.12",
"karma-phantomjs-launcher": "0.1.4",
"karma-spec-reporter": "0.0.13",
"karma-webpack": "1.2.2",
"less": "^2.4.0",
"less-loader": "^2.1.0",
"lodash": "^3.7.0",
"lodash-deep": "^1.6.0",
"node-sass": "^3.1.1",
"numeral": "^1.5.3",
"phantomjs-polyfill": "0.0.1",
"pretty-hrtime": "^0.2.2",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"sass-loader": "1.0.0",
"script-loader": "^0.6.0",
"style-loader": "^0.5.0",
"traceur": "0.0.85",
"url-loader": "^0.5.5",
"watchify": "^2.1.1",
"webpack": "^1.4.15",
"yargs": "^3.5.3"
}
}