-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
41
{
"name": "tamedcaller",
"version": "0.0.7",
"description": "Turn your wildest requests into well-behaved little calls.",
"author": "diego nunes <[email protected]> (http://dnunes.com)",
"homepage": "http://dnunes.com/tamedcaller/",
"main": "lib/CallerDom.js",
"scripts": {
"test": "./node_modules/.bin/mocha -c",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -c",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly && cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dnunes/tamedcaller/"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"keywords": [
"requests",
"http",
"web",
"call"
],
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"rewire": "^2.5.2",
"sinon": "^2.3.2"
},
"dependencies": {
"requestpeeper": "git+https://github.com/dnunes/requestpeeper.git"
}
}