forked from felixrieseberg/project-oxford
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 841 Bytes
/
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
{
"name": "project-oxford",
"version": "1.1.1",
"description": "Vision, and Face Intelligence with Project Oxford",
"repository": "https://github.com/felixrieseberg/project-oxford",
"main": "dist/oxford.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"docs": "jsdoc2md dist/*.js > api.md"
},
"author": "Felix Rieseberg",
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.34",
"request": "^2.60.0"
},
"devDependencies": {
"chai": "^3.2.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jscodesniffer": "^0.1.8",
"grunt-jscs": "^0.8.1",
"load-grunt-tasks": "^1.0.0",
"mocha": "^2.2.5",
"uuid": "^2.0.1"
},
"browser": {
"net": false,
"fs": false
}
}