-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "node-cerberus",
"private": false,
"version": "0.0.4",
"description": "Cerberus aka. Fluffy, is a validation and fuzzing library for Node.js core module method parameters.",
"main": "src/cerberus.js",
"scripts": {
"test": "grunt ci"
},
"engines": {
"node": "~0.10.0"
},
"dependencies": {
"core-util-is": "~1.0.1"
},
"devDependencies": {
"mocha": "~1.21.4",
"grunt-cli": "~0.1.13",
"load-grunt-tasks": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-mocha-test": "~0.12.1",
"grunt-coveralls": "~1.0.0",
"grunt-istanbul": "~0.3.0",
"grunt-jsonlint": "~1.0.4",
"grunt-jscs": "~0.6.1"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/Mickael-van-der-Beek/node-cerberus"
},
"author": "Mickael van der Beek (https://github.com/Mickael-van-der-Beek)",
"bugs": {
"url": "https://github.com/Mickael-van-der-Beek/node-cerberus/issues"
},
"homepage": "https://github.com/Mickael-van-der-Beek/node-cerberus"
}