-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 955 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
{
"name": "onm-data-model-validator",
"version": "0.0.1",
"description": "Object Namespace Manager (onm) data model validator module.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec test/test-onm-data-model-validator"
},
"repository": {
"type": "git",
"url": "git://github.com/Encapsule/onm-data-model-validator.git"
},
"keywords": [
"onm",
"onmd",
"test"
],
"author": "ChrisRus",
"license": "MIT",
"bugs": {
"url": "https://github.com/Encapsule/onm-data-model-validator/issues"
},
"homepage": "https://github.com/Encapsule/onm-data-model-validator",
"devDependencies": {
"onm": "git://github.com/Encapsule/onm#test/rc/v0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt": "^0.4.5",
"mocha": "^2.0.1",
"grunt-mocha-test": "^0.12.3",
"grunt-contrib-jshint": "^0.10.0"
},
"dependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1",
"leche": "^1.0.1"
}
}