-
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) · 900 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 900 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": "next-engine",
"version": "1.1",
"description": "Nextengine API for Nodejs",
"main": "index.js",
"scripts": {
"lint": "standard --verbose index.js Entity/*.js lib/**/*.js test/*.js",
"test": "$(npm bin)/istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hamee-dev/sdk-node.git"
},
"keywords": [
"api",
"nextengine"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hamee-dev/sdk-node/issues"
},
"homepage": "https://github.com/hamee-dev/sdk-nodenode#readme",
"dependencies": {
"node-fetch": "^1.6.3",
"object-path": "^0.11.2"
},
"devDependencies": {
"csv-stringify": "^1.0.4",
"dotenv": "^2.0.0",
"es6-promisify": "^5.0.0",
"glob": "^7.1.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"sinon": "^1.17.6",
"standard": "^8.5.0"
}
}