forked from unruledboy/WebFrontEndStack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 901 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
{
"name": "WebFrontEndStack",
"version": "2.0.0",
"description": "Generate a image for web front-end stack.",
"main": "index.js",
"scripts": {
"build": "node index --phantomjs --readme",
"start": "node index"
},
"repository": {
"type": "git",
"url": "https://github.com/unruledboy/WebFrontEndStack.git"
},
"keywords": [
"Web",
"FrontEnd",
"Stack"
],
"author": [
"unruledboy <[email protected]>",
"zsx <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/unruledboy/WebFrontEndStack/issues"
},
"homepage": "https://github.com/unruledboy/WebFrontEndStack",
"dependencies": {
"async": "^1.4.2",
"command-line-args": "^1.0.1",
"express": "^4.13.3",
"phantomjs-promise": "0.0.1",
"request": "^2.61.0"
},
"devDependencies": {
"phantomjs": "^1.9.18",
"weak": "^1.0.0"
}
}