-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 886 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
{
"name": "storenvy",
"version": "0.4.1",
"description": "Node wrapper to access the Storenvy API",
"main": "lib/storenvy.js",
"scripts": {
"preinstall": "npm install -g codeclimate-test-reporter",
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/jasmine",
"report_coverage": "CODECLIMATE_REPO_TOKEN=73df24499669b3d12d4bdfaec21dbb6c0c0f0834176c8b2a02a7f92b2b2210bc codeclimate-test-reporter < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git://github.com/ryanmurakami/node-storenvy.git"
},
"author": "ryanmurakami",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanmurakami/node-storenvy/issues"
},
"homepage": "https://github.com/ryanmurakami/node-storenvy",
"devDependencies": {
"istanbul": "^0.4.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.2.0",
"nock": "^2.17.0"
}
}