forked from AlienCreations/alien-node-api-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1003 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
28
29
30
31
32
33
34
35
36
{
"name" : "alien-node-api-utils",
"version" : "0.1.4",
"description" : "Helper functions for API handling on NodeJS",
"main" : "lib/API.js",
"dependencies" : {
"aybabtu" : "*",
"ramda" : "^0.x.x",
"serialize-error" : "^4.1.0"
},
"devDependencies" : {
"coveralls" : "^2.11.2",
"istanbul" : "^0.3.13",
"jasmine" : "^2.3.1"
},
"scripts" : {
"test" : "./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/aliencreations/alien-node-api-utils.git"
},
"keywords" : [
"aliencreations",
"api",
"util",
"node",
"ramda"
],
"author" : "Sean Cannon",
"license" : "MIT",
"bugs" : {
"url" : "https://github.com/aliencreations/alien-node-api-utils/issues"
},
"homepage" : "https://github.com/aliencreations/alien-node-api-utils"
}