forked from rosette-api/nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.09 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
{
"name": "rosette-api",
"version": "1.8.0",
"description": "Rosette API Node.js client SDK",
"main": "index",
"directories": {
"example": "examples"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/rosette-api/nodejs.git"
},
"keywords": [
"rosette",
"basis",
"nlp",
"text analytics"
],
"author": {
"name": "Basis Technology Corp",
"email": "[email protected]"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0",
"iojs": "*"
},
"bugs": {
"url": "https://github.com/rosette-api/nodejs/issues"
},
"homepage": "https://developer.rosette.com",
"devDependencies": {
"argparse": "^1.0.6",
"chai": "^3.5.0",
"eslint": "^2.7.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^1.0.0",
"grunt-jsdoc": "^1.1.0",
"grunt-jslint": "^1.1.14",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"nock": "^7.2.1",
"temporary": "0.0.8"
},
"dependencies": {
"multipart-stream": "^2.0.1"
}
}