forked from danliris/dl-models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 962 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 962 Bytes
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
{
"name": "dl-models",
"version": "1.0.0",
"description": "Dan Liris Models",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js",
"cover": "istanbul cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"codeclimate": "codeclimate-test-reporter < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danliris/dl-models.git"
},
"author": "Moonlay.Tech",
"license": "MIT",
"bugs": {
"url": "https://github.com/danliris/dl-models/issues"
},
"homepage": "https://github.com/danliris/dl-models#readme",
"devDependencies": {
"codeclimate-test-reporter": "^0.4.0",
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0"
},
"dependencies": {
"model-toolkit": "git+https://github.com/pinkgorilla/model-toolkit.git",
"should": "^11.1.2"
}
}