-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
{
"name": "react-testbed",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browserify": "^7.0.3",
"browserify-shim": "^3.8.3",
"chai": "~2.0.0",
"cjsxify": "https://github.com/SimonDegraeve/cjsxify/tarball/master",
"coffee-reactify": "^2.1.0",
"compass": "^0.1.0",
"connect-livereload": "^0.5.2",
"del": "^1.1.0",
"express": "^4.10.6",
"express-alias": "^0.4.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-copy": "0.0.2",
"gulp-imagemin": "^2.0.0",
"gulp-livereload": "^3.0.2",
"gulp-mocha-phantomjs": "~0.5.3",
"gulp-open": "^0.3.1",
"gulp-plumber": "^0.6.6",
"gulp-util": "^3.0.1",
"imagemin-pngcrush": "^4.0.0",
"mocha": "~2.1.0",
"offline-js": "https://github.com/brainbytes/offline/tarball/master",
"proxyquire": "^1.3.1",
"proxyquire-universal": "^1.0.3",
"proxyquireify": "^1.2.1",
"reactify": "^0.17.1",
"run-sequence": "^1.0.2",
"sinon": "^1.12.2",
"stylus": "^0.49.3",
"throttle-debounce": "^0.1.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"dependencies": {
"baconjs": "~0.7.41",
"connectx": "0.0.0",
"flux": "~2.0.1",
"guid": "0.0.12",
"localforage": "~1.2.1",
"lodash": "~2.4.1",
"moment": "~2.8.4",
"normalizr": "^0.1.2",
"q": "~1.1.2",
"react": "^0.12.2",
"react-bootstrap": "~0.13.0",
"react-datepicker-component": "^1.0.2",
"react-document-title": "^0.1.3",
"react-router": "~0.11.6",
"react-ui": "~0.3.3",
"regex-email": "~1.0.1",
"superagent": "~0.21.0",
"time-pikinator": "^0.1.0",
"titlecase": "~1.0.2"
}
}