-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "koral-public",
"version": "0.0.1",
"description": "Public website for Koral",
"private": true,
"author": "Gabriele Cirulli",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^3.0.1",
"babelify": "^6.0.2",
"bower": "^1.4.1",
"browserify": "^9.0.8",
"debowerify": "^1.2.1",
"del": "^1.1.1",
"eslint": "^0.20.0",
"eslint-plugin-react": "^2.2.0",
"gulp": "^3.8.11",
"gulp-bower": "0.0.10",
"gulp-css-globbing": "^0.1.7",
"gulp-haml": "^0.1.5",
"gulp-header": "^1.2.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"haml": "^0.4.3",
"http-server": "^0.8.0",
"kexec": "^1.2.0",
"map-stream": "0.0.5",
"node-notifier": "^4.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel": "^5.1.10",
"lodash": "^3.7.0"
}
}