This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.9 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
68
69
{
"name": "doesithavewifi",
"private": true,
"version": "1.0.0",
"description": "Does it have wifi?",
"author": "Ramesh Nair <ram@hiddentao.com>",
"license": "GPL3",
"engines": {
"node": "0.12.x"
},
"scripts": {
"start": "node start.js",
"postinstall": "npm run build",
"build": "node_modules/.bin/gulp assets --minified"
},
"dependencies": {
"babelify": "~6.1.2",
"bluebird": "~2.9.27",
"browserify": "~10.2.1",
"browserify-shim": "~3.8.7",
"classnames": "^2.1.3",
"coffee-script": "~1.9.2",
"express": "~4.13.0",
"flummox": "~3.5.2",
"geodist": "~0.2.1",
"gulp": "~3.8.11",
"gulp-autoprefixer": "~2.3.0",
"gulp-concat": "~2.5.2",
"gulp-if": "~1.2.5",
"gulp-jade": "~1.0.1",
"gulp-minify-css": "~1.1.1",
"gulp-server-livereload": "~1.4.0",
"gulp-stylus": "~2.0.2",
"gulp-uglify": "~1.2.0",
"gulp-util": "~3.0.4",
"iconfonts": "~0.7.0",
"jquery": "~2.1.4",
"lodash": "~3.9.3",
"moment": "~2.10.3",
"nib": "~1.1.0",
"operative": "~0.4.4",
"react": "~0.13.3",
"react-disqus-thread": "git://github.com/hiddentao/react-disqus-thread.git",
"react-google-maps": "~1.7.0",
"react-loader": "~1.4.0",
"react-router": "git://github.com/rackt/react-router.git#0abb852520ea26b6a57198d8e7c4fbdf3baa7a90",
"react-tap-event-plugin": "~0.1.7",
"reactify": "~1.1.1",
"run-sequence": "~1.1.0",
"rupture": "~0.6.1",
"serve-static": "~1.10.0",
"store": "~1.3.17",
"tabletop": "git://github.com/taipowerapps/tabletop.git#6ab39fc21f6b5f524756dda2316cffb4404f0860",
"vinyl-source-stream2": "~0.1.1",
"watchify": "~3.2.1",
"yargs": "~3.9.1"
},
"browserify": {
"transform": [
"babelify",
"reactify",
"browserify-shim"
]
},
"browser": {
"react-router": "./node_modules/react-router/lib/umd/ReactRouter.js"
},
"browserify-shim": {}
}