forked from GodLesZ/gulpsetup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ahoi",
"version": "0.0.1",
"description": "a Gulp/Grunt based Dev Env",
"main": "./ahoi",
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/fokkerone/gulpsetup.git"
},
"bin": {
"ahoi": "./ahoi"
},
"devDependencies": {
"app-module-path": "^1.0.0",
"ascii-art": "0.0.2-alpha",
"browser-sync": "~1.5.8",
"cd": "~0.3.3",
"cmd-exec": "~0.1.0",
"commander": "^2.5.0",
"forever": "^0.13.0",
"forever-monitor": "~1.5.1",
"grunt": "~0.4.5",
"grunt-init": "^0.3.2",
"gulp": "~3.8.8",
"gulp-autoprefixer": "~1.0.1",
"gulp-bower": "0.0.7",
"gulp-cat": "^0.3.1",
"gulp-connect": "~2.0.6",
"gulp-csslint": "~0.1.5",
"gulp-filter": "~1.0.2",
"gulp-jade": "~0.8.0",
"gulp-jade-find-affected": "^0.1.3",
"gulp-livereload": "~2.1.1",
"gulp-newer": "^0.3.0",
"gulp-notify": "~2.0.0",
"gulp-plumber": "~0.6.6",
"gulp-sass": "~1.0.0",
"gulp-sourcemaps": "~1.2.7",
"gulp-watch": "~1.0.7",
"img-cat": "0.0.6",
"inquirer": "^0.8.0",
"jsonfile": "~2.0.0",
"main-bower-files": "~2.4.0",
"merge": "^1.2.0",
"node.extend": "~1.1.3",
"require-dir": "^0.1.0",
"chai": "~1.10.0",
"jsmart": "~2.14.0",
"jade": "~1.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js",
"ahoi": "node ./bin/ahoi"
},
"author": "fokker One",
"license": "MIT"
}