-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (62 loc) · 1.76 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
{
"name": "print-code",
"private": true,
"version": "0.0.0",
"description": "PrintCode - web application",
"repository": "https://gamesoftwareplus.visualstudio.com/defaultcollection/_git/PrintCode",
"license": "MIT",
"dependencies": {
"es6-promise": "^3.0.2",
"bootstrap": "^3.2.0",
"merge": "^1.2.0",
"react": "^0.11.2",
"react-router": "^0.7.0"
},
"devDependencies": {
"browser-sync": "^1.5.1",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.1",
"gulp-cache": "^0.2.2",
"gulp-changed": "^1.0.0",
"gulp-csscomb": "^3.0.2",
"gulp-gh-pages": "^0.3.4",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^1.0.1",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.6",
"gulp-load-plugins": "^0.6.0",
"gulp-minify-css": "^0.3.10",
"gulp-plumber": "^0.6.5",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint": "^2.5.6",
"jshint-loader": "^0.8.0",
"jshint-stylish": "^1.0.0",
"jsx-loader": "^0.11.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.2.2",
"merge-stream": "^0.1.5",
"minimist": "^1.1.0",
"protractor": "^1.3.0",
"psi": "^0.1.2",
"run-sequence": "^0.3.7",
"url-loader": "^0.5.5",
"webpack": "^1.4.3",
"webpack-dev-server": "^1.6.5"
},
"scripts": {
"prestart": "npm install",
"start": "gulp",
"pretest": "npm install",
"test": "karma start ./config/karma.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update"
}
}