-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "nanobox-front-site",
"version": "0.0.1",
"dependencies": {
"bower": "^1.5.4",
"coffee-script": "~1.7.1",
"connect": "2.19.5",
"del": "^2.2.2",
"gulp": "~3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-bower": "0.0.10",
"gulp-bump": "~0.1.11",
"gulp-changed": "^3.1.0",
"gulp-coffee": "~2.0.1",
"gulp-concat": "~2.3.3",
"gulp-declare": "~0.2.0",
"gulp-foreach": "^0.1.0",
"gulp-git": "^1.2.1",
"gulp-ignore": "^1.2.1",
"gulp-inject": "^1.3.1",
"gulp-jade": "~1.1.0",
"gulp-livereload": "~3.8.1",
"gulp-minify-css": "~0.3.6",
"gulp-minify-html": "~0.1.4",
"gulp-mustache": "^2.3.0",
"gulp-open": "~0.2.8",
"gulp-plumber": "~0.6.3",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.3.2",
"gulp-shadow-icons": "tolmark12/gulp-shadow-icons",
"gulp-uglify": "~0.3.1",
"gulp-usemin": "^0.3.14",
"gulp-util": "~2.2.20",
"gulp-wait": "0.0.2",
"gulp-watch": "^4.3.10",
"gulp-wrap": "~0.3.0",
"gulp-yaml": "^1.0.1",
"jade": "^1.11.0",
"marked": "^0.3.6",
"node-horseman": "^3.2.0",
"node-sass": "^3.11.2",
"phantomjs-prebuilt": "^2.1.13",
"rimraf": "~2.2.8"
},
"devDependencies": {}
}