-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.47 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
{
"name": "octo-wookie",
"version": "0.0.1",
"description": "Octo Wookie",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"watch-test": "./node_modules/karma/bin/karma start karma.conf.js --auto-watch --no-single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/BI/esdb.git"
},
"keywords": [
"esdb"
],
"author": "Barquin International",
"license": "ISC",
"bugs": {
"url": "https://github.com/BI/esdb/issues"
},
"homepage": "https://github.com/BI/esdb",
"devDependencies": {
"babel-core": "^5.6.4",
"babel-loader": "^5.1.4",
"expose-loader": "^0.6.0",
"react-hot-loader": "^1.1.7",
"url-loader": "^0.5.6",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"chart.js": "^1.0.2",
"classnames": "^2.1.2",
"css-loader": "^0.9.1",
"es5-shim": "^4.1.0",
"font-awesome": "^4.1.0",
"jquery": "^2.1.3",
"jshint": "^2.6.0",
"jsx-loader": "^0.12.2",
"jsxhint": "^0.10.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.5.0",
"lodash": "^3.9.3",
"react": "^0.13.3",
"react-chartjs": "^0.6.0",
"reflux": "^0.2.7",
"sass-loader": "^0.4.2",
"style-loader": "^0.9.0",
"superagent": "^1.1.0",
"zurb-foundation": "git+https://github.com/BI/foundation"
}
}