-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 938 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
40
{
"name": "npm.cool",
"version": "0.0.0",
"description": "Give your package a cool name on npm.",
"main": "lib/index.js",
"scripts": {
"start": "DEBUG=npm.cool node --require dotenv/config .",
"test": "standard",
"dev": "DEBUG=* nodemon --require dotenv/config ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SyaOS/npm.cool.git"
},
"keywords": [
"npm"
],
"author": "George Chung <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SyaOS/npm.cool/issues"
},
"homepage": "https://github.com/SyaOS/npm.cool#readme",
"engines": {
"node": "^7.6.0"
},
"devDependencies": {
"nodemon": "^1.11.0",
"standard": "^10.0.2"
},
"dependencies": {
"debug": "^2.6.7",
"dotenv": "^4.0.0",
"koa": "^2.2.0",
"koa-route": "^3.2.0",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"superagent": "^3.5.2"
}
}