forked from cc17/dbl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "dbl",
"version": "0.0.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cc17/dbl.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^1.4.2",
"chalk": "^1.1.1",
"commander": "^2.7.1",
"connect": "^3.4.0",
"css-loader": "^0.17.0",
"directory": "^0.1.0",
"directory-copy": "^0.1.0",
"extract-text-webpack-plugin": "^0.8.2",
"gulp": "^3.9.0",
"gulp-htmlmin": "^1.1.3",
"gulp-replace": "^0.5.4",
"gulp-util": "^3.0.6",
"html-webpack-plugin": "^1.6.1",
"jsx-loader": "^0.13.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"lodash": "^3.10.1",
"mock2easy": "0.0.6",
"mock2easynew": "0.0.1",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"style-loader": "^0.12.3",
"underscore": "^1.8.3",
"webpack": "^1.12.1",
"webpack-dev-middleware": "^1.2.0"
},
"devDependencies": {},
"bin": {
"dbl": "./bin/dbl"
}
}