-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.5 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
60
61
62
63
64
65
66
67
{
"name": "seedbox",
"description": "lincolnloop.com",
"version": "0.1.0",
"main": "./client/index.js",
"scripts": {
"postinstall": "make clean && make -j4 all"
},
"repository": {
"type": "git",
"url": "https://github.com/lincolnloop/seedbox"
},
"bugs": {
"url": "https://github.com/lincolnloop/seedbox/issues"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
],
[
"es6ify"
]
]
},
"dependencies": {
"ampersand-router": "^1.0.6",
"autoprefixer": "^5.1.0",
"browserify": "^6.2.0",
"es6ify": "^1.6.0",
"fastclick": "^1.0.6",
"flexslider": "~2.5.0",
"isotope-layout": "^2.2.1",
"jquery": "~2.1.4",
"lodash.assign": "^3.0.0",
"loglevel": "~1.2.0",
"node-sass": "^3.2.0",
"pretty-hrtime": "~0.2.1",
"react": "~0.12.1",
"reactify": "~0.17.0",
"sneakpeek": "0.0.10",
"uglifyjs": "^2.4.10"
},
"devDependencies": {
"gulp-imagemin": "^1.2.1",
"browser-sync": "^1.7.2",
"gulp-notify": "^2.0.1",
"watchify": "^2.1.1",
"chalk": "^0.5.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-sass": "^1.2.2",
"gulp-sourcemaps": "^1.2.7",
"gulp-postcss": "^2.0.0",
"gulp-util": "^3.0.1",
"gulp-mocha": "^1.1.1",
"gulp-jshint": "^1.9.0",
"jshint-stylish": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"yargs": "^1.3.2",
"require-dir": "^0.1.0"
}
}