Skip to content

Commit faea382

Browse files
committed
0.8.2
1 parent 1381f10 commit faea382

File tree

1 file changed

+47
-49
lines changed

1 file changed

+47
-49
lines changed

package.json

Lines changed: 47 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,47 @@
1-
{
2-
"name": "rosette-api",
3-
"version": "0.8.1",
4-
"description": "Rosette API Node.js client SDK",
5-
"main": "index",
6-
"directories": {
7-
"example": "examples"
8-
},
9-
"scripts": {
10-
11-
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git://github.com/rosette-api/nodejs.git"
15-
},
16-
"keywords": [
17-
"rosette",
18-
"basis",
19-
"nlp",
20-
"text analytics"
21-
],
22-
"author": {
23-
"name": "Basis Technology Corp",
24-
"email": "[email protected]"
25-
},
26-
"license": "Apache-2.0",
27-
"engines": {
28-
"node": ">=0.12.0",
29-
"iojs": "*"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/rosette-api/nodejs/issues"
33-
},
34-
"homepage": "https://developer.rosette.com",
35-
"devDependencies": {
36-
"argparse": "^1.0.6",
37-
"chai": "^3.5.0",
38-
"grunt": "^0.4.5",
39-
"grunt-cli": "^0.1.13",
40-
"grunt-contrib-clean": "^1.0.0",
41-
"grunt-contrib-watch": "^0.6.1",
42-
"grunt-jsdoc": "^1.1.0",
43-
"grunt-jslint": "^1.1.14",
44-
"istanbul": "^0.4.2",
45-
"mocha": "^2.4.5",
46-
"nock": "^7.2.1",
47-
"temporary": "0.0.8"
48-
}
49-
}
1+
{
2+
"name": "rosette-api",
3+
"version": "0.8.2",
4+
"description": "Rosette API Node.js client SDK",
5+
"main": "index",
6+
"directories": {
7+
"example": "examples"
8+
},
9+
"scripts": {},
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/rosette-api/nodejs.git"
13+
},
14+
"keywords": [
15+
"rosette",
16+
"basis",
17+
"nlp",
18+
"text analytics"
19+
],
20+
"author": {
21+
"name": "Basis Technology Corp",
22+
"email": "[email protected]"
23+
},
24+
"license": "Apache-2.0",
25+
"engines": {
26+
"node": ">=0.12.0",
27+
"iojs": "*"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/rosette-api/nodejs/issues"
31+
},
32+
"homepage": "https://developer.rosette.com",
33+
"devDependencies": {
34+
"argparse": "^1.0.6",
35+
"chai": "^3.5.0",
36+
"grunt": "^0.4.5",
37+
"grunt-cli": "^0.1.13",
38+
"grunt-contrib-clean": "^1.0.0",
39+
"grunt-contrib-watch": "^0.6.1",
40+
"grunt-jsdoc": "^1.1.0",
41+
"grunt-jslint": "^1.1.14",
42+
"istanbul": "^0.4.2",
43+
"mocha": "^2.4.5",
44+
"nock": "^7.2.1",
45+
"temporary": "0.0.8"
46+
}
47+
}

0 commit comments

Comments
 (0)