forked from keen/explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.21 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.21 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "keen-explorer",
"description": "Data Explorer by Keen IO",
"version": "3.1.2",
"license": "MIT",
"bucket-name": "keen-js",
"scripts": {
"dev": "./node_modules/webpack/bin/webpack.js --watch --color -d & gulp connect",
"test": "gulp test:unit",
"build": "./node_modules/webpack/bin/webpack.js",
"minify": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p",
"production": "npm run minify && npm run test"
},
"dependencies": {
"classnames": "2.1.2",
"flux": "^2.0.3",
"json-stable-stringify": "1.0.0",
"keen-analysis": "1.2.2",
"keen-dataviz": "1.1.1",
"keymirror": "~0.1.0",
"lodash": "4.0.0",
"moment": "^2.7.0",
"qs": "2.2.3",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.3",
"rquery": "^3.1.1",
"string": "^2.0.1"
},
"browserify-shim": {
"moment": "^2.7.0",
"jquery": "global:$"
},
"browserify": {
"transform": [
"browserify-shim",
"reactify"
]
},
"repository": {
"type": "git",
"url": "git@github.com:keen/explorer.git"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"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",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "~2.1.0",
"gulp-awspublish": "0.0.23",
"gulp-clean": "~0.3.1",
"gulp-connect": "2.0.6",
"gulp-less": "3.0.0",
"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",
"imports-loader": "^0.6.5",
"jquery-browserify": "^1.8.1",
"keen-js": "^3.3.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"phantomjs": "1.9.7-15",
"reactify": "~0.15.1",
"run-sequence": "~1.0.1",
"sinon": "1.14.1",
"stringify": "~3.0.0",
"style-loader": "^0.13.1",
"vinyl-source-stream": "1.0.0",
"webpack": "^1.13.2"
}
}