-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "grooveotter-client",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "gulp final"
},
"engines": {
"node": "0.12.x"
},
"dependencies": {
"browserify": "^10.1.0",
"classnames": "^2.1.3",
"dateformat": "^1.0.11",
"envify": "^3.4.0",
"exoskeleton": "^0.7.0",
"fluxxor": "^1.5.3",
"gulp": "^3.8.11",
"gulp-ejs": "^1.1.0",
"gulp-filter": "^2.0.2",
"gulp-htmlmin": "^1.1.1",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-rev-all": "^0.8.18",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jquery": "^2.1.4",
"jquery.scrolling": "^0.1.20150317",
"js-cookie": "^1.5.1",
"lodash": "^3.8.0",
"normalize-scss": "^3.0.1-a",
"r-dom": "^1.3.0",
"react": "^0.13.2",
"react-tween-state": "0.1.3",
"reactify": "^1.1.0",
"slick-carousel": "^1.5.5",
"timeout-transition-group": "^1.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
}
}