-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 942 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
37
{
"name": "alien-node-api-utils",
"version": "1.0.4",
"description": "Helper functions for API handling on NodeJS",
"main": "lib/API.js",
"dependencies": {
"aybabtu": "*",
"json-stringify-safe": "^5.0.1",
"ramda": "^0.29.1",
"serialize-error": "^4.1.0"
},
"devDependencies": {
"coveralls": "^3.1.1",
"nyc": "^14.0.0",
"jasmine": "^5.1.0"
},
"scripts": {
"test": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-summary --exclude=spec ./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"
}