-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1012 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
38
39
{
"name": "behance-api",
"version": "1.1.5",
"description": "Node.js wrapper for the Behance API",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polyneue/behance-api.git"
},
"keywords": [
"behance",
"api",
"wrapper"
],
"author": "Ed Mendoza <[email protected]> (http://www.edmendoza.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Polyneue/behance-api/issues"
},
"homepage": "https://github.com/Polyneue/behance-api#readme",
"dependencies": {
"qs": "^6.3.0",
"request": "^2.76.0"
},
"devDependencies": {
"chai": "^4.0.0",
"coveralls": "^2.11.14",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"nock": "^9.0.0"
}
}