-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "sample-app",
"version": "1.0.0",
"authors": [],
"description": "About project...",
"main": "main.js",
"scripts": {
"start": "npm install && bower install && gulp"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^4.4.5",
"babel-loader": "^4.0.0",
"babel-runtime": "^4.4.5",
"browser-sync": "^2.2.1",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"es6-loader": "^0.2.0",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.1",
"gulp": "^3.8.10",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.6",
"gulp-notify": "^2.0.1",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.1",
"gulp-webpack-build": "^0.6.0",
"handlebars-loader": "^0.1.8",
"http-proxy": "^1.9.0",
"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",
"phantomjs-polyfill": "0.0.1",
"pretty-hrtime": "^0.2.2",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"script-loader": "^0.6.0",
"style-loader": "^0.8.3",
"traceur": "0.0.85",
"url-loader": "^0.5.5",
"watchify": "^2.1.1",
"webpack": "^1.4.15",
"yargs": "^3.5.3"
}
}