-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.79 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
{
"name": "webchip",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"benchmark": "^2.1.0",
"classnames": "^2.2.3",
"ejs": "^2.4.1",
"enzyme": "^2.2.0",
"express": "^4.13.4",
"express-ejs-layouts": "^2.1.0",
"express-handlebars": "^3.0.0",
"gulp-benchmark": "^1.1.1",
"gulp-util": "^3.0.7",
"jsdom": "^8.2.0",
"microtime": "^2.0.0",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"browserify": "^13.0.0",
"command-line-args": "^2.1.6",
"connect-livereload": "^0.5.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-changed-in-place": "^2.0.3",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-jasmine": "^2.3.0",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-server-livereload": "^1.7.0",
"gulp-tsfmt": "^1.0.2",
"gulp-tslint": "^4.3.2",
"gulp-typescript": "^2.11.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.21",
"karma-browserify": "^5.0.2",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"livereload": "^0.4.1",
"merge2": "^1.0.1",
"multi-glob": "^1.0.1",
"tslint": "^3.4.0",
"watchify": "^3.7.0"
},
"scripts": {
"start": "NODE_ENV='production' node ./dist/server/Server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ichub/webchip.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ichub/webchip/issues"
},
"homepage": "https://github.com/ichub/webchip#readme"
}