-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.64 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": "wheelie",
"version": "0.1.0",
"engines": {
"node": ">=0.12"
},
"private": true,
"description": "A tool to collect and profile mouse wheel data from various input devices",
"scripts": {
"postinstall": "gulp production",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/claus/wheelie.git"
},
"browserify": {
"transform": [
"reactify"
]
},
"devDependencies": {
"browser-sync": "~2.7.2",
"browserify": "^8.0.2",
"browserify-shim": "^3.8.2",
"connect-modrewrite": "^0.7.9",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^0.4.1",
"gulp-filesize": "0.0.6",
"gulp-htmlmin": "^0.2.0",
"gulp-imagemin": "^2.1.0",
"gulp-minify-css": "^0.3.11",
"gulp-nodemon": "^1.0.5",
"gulp-notify": "^1.4.2",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.0",
"gulp-watch": "^4.1.0",
"minimist": "^1.1.0",
"node-jsx": "^0.12.4",
"pretty-hrtime": "~0.2.1",
"q": "^1.2.0",
"reactify": "^1.0.0",
"require-dir": "^0.1.0",
"slack-node": "0.0.95",
"vinyl-source-stream": "~0.1.1",
"watchify": "^2.2.1"
},
"dependencies": {
"body-parser": "^1.13.1",
"compression": "^1.5.0",
"cookie-parser": "^1.3.5",
"csurf": "^1.8.3",
"debug": "^2.1.3",
"express": "^4.12.2",
"express-state": "^1.2.0",
"fastclick": "^1.0.3",
"fluxible": "^0.4.3",
"fluxible-plugin-fetchr": "^0.3.3",
"lodash": "^3.6.0",
"mongoose": "^4.0.5",
"react": "^0.13.1",
"react-router": "^0.13.2"
}
}