-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.6 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
{
"name": "visualtesting-admin",
"version": "0.2.4",
"description": "Admin panel for Visual Testing",
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.9.34",
"browserify": "^8.1.3",
"chai": "^2.2.0",
"compression": "^1.5.2",
"express": "^4.12.3",
"findup": "^0.1.5",
"flux": "^2.0.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-env": "~0.4.1",
"grunt-express-server": "^0.5.1",
"immutable": "^3.6.2",
"load-grunt-tasks": "~0.2.0",
"lodash": "~2.4.1",
"merge": "^1.2.0",
"react": "^0.12.2",
"react-highlight": "^0.4.1",
"react-router": "^0.12.0",
"reactify": "^1.0.0",
"superagent": "^1.1.0",
"superagent-as-promised": "^3.1.1",
"time-grunt": "~0.2.1"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.2",
"karma": "^0.12.31",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-sinon": "^1.0.4",
"mocha": "^2.1.0",
"react-tools": "^0.12.2",
"sinon": "^1.12.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "grunt",
"prepublish": "grunt build",
"test": "karma start --browsers Firefox --single-run"
},
"bin": {
"visualtesting-admin": "./bin/start.js"
},
"files": [
"server",
"dist",
"bin"
]
}