-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 943 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": "Karmik",
"version": "1.9.1",
"private": true,
"engines": {
"node": "0.12.0",
"npm": "2.6.0"
},
"dependencies": {
"bower": "1.3.12",
"browserify": "8.1.3",
"browserify-shim": "3.8.2",
"coffee-script": "1.9.0",
"coffeeify": "1.0.0",
"compression": "^1.4.1",
"connect-livereload": "^0.5.3",
"core-util-is": "^1.0.1",
"debug": "2.1.1",
"express": "^4.11.2",
"gulp": "3.8.0",
"gulp-autoprefixer": "2.1.0",
"gulp-cssmin": "^0.1.6",
"gulp-livereload": "^3.7.0",
"gulp-sass": "1.3.3",
"gulp-sourcemaps": "^1.3.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "3.0.3",
"gulp-watch": "4.1.1",
"jade": "1.9.2",
"moment": "^2.9.0",
"morgan": "^1.5.1",
"node-sass": "^2.0.1",
"serve-favicon": "^2.2.0",
"serve-static": "^1.9.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
}
}