-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 1.64 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
67
68
69
70
71
{
"name": "movETH",
"version": "0.0.1",
"description": "movETH: Decentralized Ridesharing (pronounce: \"move-it\")",
"main": "app/app.jsx",
"scripts": {
"start": "echo \"Error: use grunt\" && exit 1",
"test": "jest"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"ethereum"
],
"author": "Joris Bontje",
"license": "MIT",
"private": true,
"bugs": {
"url": ""
},
"homepage": "",
"jest": {
"scriptPreprocessor": "<rootDir>/app/jsx_preprocessor.js",
"testPathIgnorePatterns": [
"/node_modules/",
"/.grunt/"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"devDependencies": {
"css-loader": "^0.8.0",
"file-loader": "^0.7.2",
"firebase": "^1.0.24",
"fluxxor": "^1.4.1",
"geolib": "^2.0.14",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-jest": "^0.1.1",
"grunt-jsxhint": "^0.3.0",
"grunt-webpack": "^1.0.8",
"jest": "^0.1.37",
"jest-cli": "^0.1.17",
"jsx-loader": "^0.11.0",
"less": "^1.7.4",
"less-loader": "^0.7.7",
"react-bootstrap": "^0.12.0",
"react-hot-loader": "^0.4.2",
"react-map": "0.0.2",
"react-tools": "^0.11.1",
"secure-random": "^1.1.1",
"style-loader": "^0.7.1",
"url-loader": "^0.5.5",
"webpack": "^1.3.7",
"webpack-dev-server": "^1.5.0",
"wilson-score": "0.0.2"
},
"dependencies": {
"bootstrap": "^3.2.0",
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"moment": "^2.8.3",
"react": "^0.11.1",
"react-router": "^0.5.3"
}
}