forked from AugurProject/augur-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.32 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.32 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
{
"name": "augur-client",
"version": "0.1.0",
"description": "Web client for Augur, a prediction markets platform",
"main": "app/app.jsx",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "0.12.x"
},
"repository": {
"type": "git",
"url": "https://github.com/AugurProject/augur-client.git"
},
"bugs": {
"url": "https://github.com/AugurProject/augur-client/issues"
},
"homepage": "https://github.com/AugurProject/augur-client",
"browserify": {
"extensions": [
".jsx"
],
"transform": [
[
"babelify",
{}
]
]
},
"dependencies": {
"augur.js": "^0.3.11",
"bignumber.js": "^2.0.7",
"bootstrap": "^3.3.4",
"browserify": "^9.0.8",
"envify": "^3.4.0",
"es6-promise": "^2.0.1",
"fluxxor": "^1.5.4",
"jquery": "^2.1.3",
"jquery.cookie": "^1.4.1",
"lodash": "^3.9.0",
"moment": "^2.10.2",
"node-static": "~0.7.6",
"pnglib": "0.0.1",
"react": "^0.13.3",
"react-bootstrap": "^0.22.6",
"react-date-picker": "^2.0.18",
"react-pager": "^1.1.1",
"react-router": "^0.13.3",
"secure-random": "^1.1.1",
"web3": "^0.4.3"
},
"devDependencies": {
"babelify": "^6.1.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.6.0",
"grunt-contrib-jshint": "^0.11.1"
}
}