-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "spinal-cord",
"version": "0.0.1",
"description": "Abstract Collection & Models inspired by Backbone.js",
"main": "index.js",
"scripts": {
"build_docs": "jsdoc -c jsdoc.conf",
"test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyanideio/spinal-cord.git"
},
"keywords": ["data", "es6", "es7", "collection", "model"],
"author": "Yao Yuan",
"license": "ISC",
"bugs": { "url": "https://github.com/cyanideio/spinal-cord/issues" },
"homepage": "https://github.com/cyanideio/spinal-cord#readme",
"dependencies": {
"request": "*",
"request-promise-native": "*"
},
"devDependencies": {
"json-server": "*",
"jsdoc": "*",
"chai": "*",
"mocha": "*",
"should": "*",
"supertest": "*",
"istanbul": "*",
"coveralls": "*",
"mocha-lcov-reporter": "*"
}
}