forked from gdoteof/vmx-api
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 767 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 767 Bytes
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
{
"name": "vmx-api",
"version": "0.1.0",
"description": "vmx api",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"computer",
"vision"
],
"author": "geoff golder",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jasmine": "~0.8.2",
"yuidocjs": "~0.3.46",
"grunt-strip-code": "~0.1.2",
"grunt-groc": "~0.4.0",
"grunt-karma": "^0.10.1",
"karma": "~0.12.0",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-chrome-launcher": "^0.1.7",
"karma-phantomjs-launcher": "^0.1.4"
}
}