-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 821 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 821 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
38
{
"name": "yo-api2",
"version": "0.0.2",
"description": "Yet Another Yo API wrapper",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MrNice/yo-api.git"
},
"keywords": [
"yo",
"api",
"wrapper"
],
"author": "Nicholas van de Walle",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrNice/yo-api/issues"
},
"homepage": "https://github.com/MrNice/yo-api",
"dependencies": {
"bluebird": "^2.9.24",
"lodash": "^3.7.0",
"nock": "^1.6.0",
"promise": "^7.0.0",
"ramda": "^0.13.0",
"superagent": "^1.2.0",
"validator": "^3.38.0"
},
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^5.0.0",
"mocha": "^2.2.4"
}
}