-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
42
43
44
{
"name": "resting",
"version": "0.0.7",
"description": "Define and Consume REST Services via JSON",
"main": "index.js",
"scripts": {
"test": "mocha",
"cover": "istanbul cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NFNChris/resting.git"
},
"keywords": [
"REST",
"API",
"JSON",
"XML",
"Service"
],
"author": "Chris Bricker <chris@newfanglednetworks.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NFNChris/resting/issues"
},
"homepage": "https://github.com/NFNChris/resting#readme",
"dependencies": {
"clone": "^2.1.2",
"csv": "^1.1.1",
"fs": "0.0.1-security",
"json-transmute": "latest",
"merge": "^2.1.1",
"moment": "^2.18.1",
"rapidx2j": "latest",
"request": "latest"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}