-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 940 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
{
"name": "test",
"version": "1.0.0",
"description": "Generator of express for basic setup of routes and features as well as a basic structure of whole node application for api design",
"author": "",
"main": "commands/index.js",
"license": "ISC",
"bin": {
"puriya init": "./bin/index.js"
},
"dependencies": {
"chalk": "^1.1.3",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"eslint": "^4.16.0",
"mkdirp": "^0.5.1",
"readline-sync": "^1.4.5",
"tracer": "^0.8.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/.bin/eslint -c ./.eslintrc.json --ext .js **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sudofy/puriya.git"
},
"bugs": {
"url": "https://github.com/sudofy/puriya/issues"
},
"homepage": "https://github.com/sudofy/puriya#readme"
}