forked from bdfhjk/VICER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "VIPER",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "./node_modules/.bin/grunt",
"test": "./node_modules/.bin/grunt test",
"postinstall": "./node_modules/.bin/bower install"
},
"author": "",
"license": "ISC",
"dependencies": {
"bower": "^1.4.1",
"chai": "^1.10.0",
"chai-as-promised": "^4.3.0",
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "^0.2.2",
"grunt-express-server": "^0.4.19",
"grunt-install-dependencies": "^0.2.0",
"grunt-mocha-test": "^0.12.7",
"jison": "^0.4.15",
"jison-lex": "^0.3.4",
"lodash": "^3.6.0",
"mocha": "^2.1.0",
"requirejs": "^2.1.16",
"sinon": "^1.12.2",
"string": "^3.1.1"
}
}