forked from paritytech/oo7-react
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "oo7-react",
"version": "0.3.1",
"description": "The Reactive Bond API",
"main": "lib/index.js",
"files": [
"lib/*"
],
"scripts": {
"test": "npm run compile && mocha --compilers js:babel-core/register --reporter spec",
"compile": "babel --presets es2015,react -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethcore/oo7-react.git"
},
"keywords": [
"Promise",
"Parity",
"Bond",
"React",
"Reactive"
],
"author": "Parity Technologies <admin@parity.io> (https://parity.io/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ethcore/oo7-react/issues"
},
"homepage": "https://github.com/ethcore/oo7-react#readme",
"dependencies": {
"material-ui": "^0.16.7",
"oo7": "^0.4.0",
"react": "^15.4.2"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}