forked from keen/explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.52 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
{
"name": "keen-explorer",
"description": "Data Explorer by Keen IO",
"version": "2.0.0",
"license": "MIT",
"bucket-name": "keen-js",
"dependencies": {
"classnames": "2.1.2",
"flux": "^2.0.3",
"json-stable-stringify": "1.0.0",
"keymirror": "~0.1.0",
"lodash": "3.10.1",
"moment": "^2.7.0",
"qs": "2.2.3",
"react": "~0.13.3",
"rquery": "^2.0.4",
"string": "^2.0.1",
"superagent": "1.2.0"
},
"browserify-shim": {
"moment": "^2.7.0",
"jquery": "global:$"
},
"browserify": {
"transform": [
"browserify-shim",
"reactify"
]
},
"devDependencies": {
"browserify": "11.2.0",
"browserify-shim": "~3.8.0",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"connect-history-api-fallback": "0.0.5",
"gulp": "^3.8.10",
"gulp-autoprefixer": "~2.1.0",
"gulp-awspublish": "0.0.23",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.5.2",
"gulp-connect": "2.0.6",
"gulp-gzip": "^1.2.0",
"gulp-less": "3.0.0",
"gulp-minify-css": "~0.4.6",
"gulp-mocha": "^1.0.0",
"gulp-mocha-phantomjs": "0.8.1",
"gulp-mocha-selenium": "^1.0.0",
"gulp-react": "2.0.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.1.0",
"jquery-browserify": "^1.8.1",
"keen-js": "^3.3.0",
"phantomjs": "1.9.7-15",
"reactify": "~0.15.1",
"run-sequence": "~1.0.1",
"sinon": "1.14.1",
"stringify": "~3.0.0",
"vinyl-source-stream": "1.0.0"
},
"scripts": {
"dev": "gulp",
"test": "gulp test:unit"
}
}