-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 838 Bytes
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": "antecons",
"version": "2.0.5",
"description": "Antecons API wrapper",
"homepage": "https://github.com/antecons/antecons-node",
"author": "Receiptful <help@receiptful.com>",
"license": "MIT",
"main": "lib/antecons.js",
"scripts": {
"test": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/antecons/antecons-node.git"
},
"bugs": {
"url": "https://github.com/antecons/antecons-node/issues"
},
"keywords": [
"Antecons",
"recommendations",
"recommendation engine",
"api",
"node.js"
],
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"nock": "^7.7.2"
},
"engines": {
"node": ">=5.9.0",
"npm": ">=3.3.0"
}
}