-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 934 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
41
42
43
44
45
46
{
"name": "inf-fed-dev",
"version": "2.2.1",
"description": "frontend dev boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/infeng/inf-fed-dev.git"
},
"bin": {
"inf": "./bin/index.js"
},
"keywords": [
"frontend",
"dev",
"react",
"typescript"
],
"author": "infeng",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/infeng/inf-fed-dev/issues"
},
"homepage": "/~https://github.com/infeng/inf-fed-dev#readme",
"dependencies": {
"bluebird": "^3.4.7",
"commander": "^2.9.0",
"ejs": "^2.5.5",
"ncp": "^2.0.0",
"style-loader": "^0.16.1",
"typescript": "^2.1.4",
"vinyl-fs": "^2.4.4"
},
"files": [
"bin",
"lib",
"templates"
],
"devDependencies": {
"@types/node": "^6.0.53"
}
}