-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (54 loc) · 1.46 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
{
"name": "movie-finder",
"description": "Movie Finder",
"version": "0.0.1",
"private": "true",
"keywords": "movie, finder, react, flux",
"repository": {
"type": "git",
"url": "https://github.com/mistermendez/movie-finder.git"
},
"dependencies": {
"browserify": "^6.2.0",
"compression": "^1.4.3",
"del": "~0.1.3",
"express": "^4.12.2",
"fastclick": "^1.0.3",
"gulp": "^3.8.9",
"gulp-autoprefixer": "~1.0.1",
"gulp-cache": "~0.2.4",
"gulp-imagemin": "^1.0.1",
"gulp-useref": "^0.4.5",
"gulp-less": "*",
"gulp-minify-css": "*",
"gulp-load-plugins": "~0.7.0",
"gulp-notify": "^2.0.1",
"gulp-plumber": "^0.6.6",
"gulp-react": "^1.0.2",
"gulp-size": "~1.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.8.3",
"moment": "^2.8.4",
"react": "^0.13.1",
"react-router": "^0.13.2",
"react-tools": "^0.12.2",
"reflux": "^0.2.5",
"reactify": "^0.15.2",
"superagent": "^1.1.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"devDependencies": {
},
"engines": {
"node": "0.10.x",
"npm": "2.1.x"
},
"scripts": {
"postinstall": "npm run build",
"build": "gulp",
"start": "node server.js"
}
}