-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 985 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
39
40
41
42
{
"name": "puddle-hub",
"version": "2.0.2",
"description": "Corpus CRUD API wrapper",
"main": "index.js",
"scripts": {
"coverage": "istanbul check-coverage _mocha",
"coveralls": "coveralls < ./coverage/lcov.info",
"jshint": "jshint .",
"mocha": "istanbul cover _mocha",
"test": "npm run mocha && npm run jshint && npm run coverage && npm run coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/pomagma/puddle-hub"
},
"keywords": [
"pomagma",
"corpus",
"API",
"puddle",
"CRUD",
"hub"
],
"author": "Fritz Obermeyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/pomagma/puddle-hub/issues"
},
"homepage": "https://github.com/pomagma/puddle-hub",
"dependencies": {
"debug": "^2.0.0",
"lodash": "^2.4.1",
"node-uuid": "^1.4.1"
},
"devDependencies": {
"coveralls": "^2.11.1",
"istanbul": "^0.3.0",
"jshint": "^2.5.5",
"mocha": "^1.21.4"
}
}