-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 KB
/
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
{
"name": "api.daktary.com",
"version": "0.0.1",
"description": "High level Github API",
"main": "routes.js",
"scripts": {
"lint": "./node_modules/.bin/standard",
"test": "./node_modules/.bin/mocha",
"start": "nodemon --exec 'nf start -p 5000'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daktary-team/api.daktary.com.git"
},
"author": "S.Langlois - @pointbar",
"license": "SEE LICENSE IN CC0 1.0",
"bugs": {
"url": "https://github.com/daktary-team/api.daktary.com/issues"
},
"homepage": "https://github.com/daktary-team/api.daktary.com#readme",
"devDependencies": {
"foreman": "^2.0.0",
"nodemon": "^1.11.0",
"chai": "^4.0.0",
"mocha": "^3.1.2",
"standard": "^10.0.3"
},
"dependencies": {
"express": "^4.14.0",
"js-yaml": "^3.9.1",
"markdown-it": "^8.4.0",
"request": "^2.81.0",
"request-promise": "^4.2.1"
}
}