-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 922 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
{
"name": "project-starter",
"description": "Bare-bones project starter using Gulp, Bootstrap, Sass and Underscore.js",
"version": "0.0.1",
"dependencies": {
"coffee-reactify": "^3.0.0",
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "~0.0.7",
"gulp-browserify": "^0.5.1",
"gulp-cjsx": "^2.0.0",
"gulp-coffee": "~2.0.1",
"gulp-coffeelint": "^0.4.0",
"gulp-livereload": "~2.1.0",
"gulp-load-plugins": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "~0.7.2",
"gulp-size": "^0.3.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jquery": "^2.1.4",
"moment": "^2.10.2",
"opn": "^0.1.1",
"react": "^0.13.3",
"react-router": "^0.13.3",
"reactify": "^1.1.0",
"reflux": "^0.2.7",
"twitter-node-client": "0.0.6",
"typeahead.js": "^0.11.1",
"underscore": "^1.8.3"
}
}