-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 962 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
{
"name": "monocle-api-props",
"version": "0.1.0",
"description": "Monocle API's solution for verifying deeply nested properties are set.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "http://github.com/ifwe/monocle-api-props.git"
},
"keywords": [
"ifwe",
"npm",
"seed"
],
"author": "Hector Virgen <hvirgen@ifwe.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ifwe/monocle-api-props/issues"
},
"homepage": "https://github.com/ifwe/monocle-api-props",
"devDependencies": {
"blanket": "^1.2.3",
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-docco": "^0.4.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.5.3",
"sinon": "^1.17.7"
},
"dependencies": {
"debug": "^4.1.1",
"grunt-bump": "^0.7.3"
}
}