-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json~
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json~
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "json-service",
"version": "0.0.0",
"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/json-service.git"
},
"keywords": [
"REST",
"JSON",
"Service"
],
"author": "Chris Bricker <chris@newfanglednetworks.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NFNChris/json-service/issues"
},
"homepage": "https://github.com/NFNChris/json-service#readme",
"dependencies": {
"crypto": "0.0.3",
"csv": "^1.1.1",
"fs": "0.0.1-security",
"json-transmute": "^0.1.0",
"moment": "^2.18.1",
"querystring": "^0.2.0",
"rapidx2j": "^0.1.0",
"request": "^2.81.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}