forked from morungos/wordnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 900 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
34
35
36
37
38
{
"name": "node-wordnet",
"version": "0.1.12",
"description": "Node.js interface for Wordnet",
"main": "lib/wordnet.js",
"scripts": {
"test": "node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/morungos/wordnet.git"
},
"keywords": [
"wordnet"
],
"author": "Stuart Watt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/morungos/wordnet/issues"
},
"homepage": "https://github.com/morungos/wordnet",
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"coffee-script": "^1.8.0",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-mocha": "^2.0.0",
"mocha": "^2.2.5",
"wndb-with-exceptions": "^3.0.1"
},
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.6.0",
"es6-shim": "^0.22.1",
"lru-cache": "^2.5.0"
}
}