-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "codedoctor-collection-merge",
"version": "1.0.2",
"private": false,
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/codedoctor/codedoctor-collection-merge.git"
},
"scripts": {
"test": "node_modules/.bin/grunt testandcoverage"
},
"description": "Provides API endpoints for HAPI servers to manage roles. DO NOT USE YET",
"dependencies": {
"hoek": ">=2.9.0",
"underscore": ">=1.7.0"
},
"devDependencies": {
"async": "0.9.0",
"blanket": "1.1.6",
"codo": "2.0.9",
"coffee-script": "1.8.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-coffee": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-codo": "0.2.0",
"grunt-env": "0.4.2",
"grunt-mocha-cov": "0.3.0",
"grunt-mocha-test": "0.12.4",
"grunt-release": "0.7.0",
"grunt-shell": "1.1.1",
"matchdep": "0.3.0",
"mocha": "2.0.1",
"should": "4.0.4"
},
"config": {
"blanket": {
"pattern": [
"lib"
],
"data-cover-never": "node_modules"
}
}
}