-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 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
{
"name": "@digix/solidity-statemachine",
"version": "0.2.0",
"description": "statemachine library for solidity",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "https://github.com/DigixGlobal/solidity-statemachine-library"
},
"devDependencies": {
"@digix/doxity": "^0.5.2",
"@digix/tempo": "^0.2.0",
"awaiting": "^3.0.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-root-import": "^4.1.8",
"chokidar": "^1.6.1",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"ethereumjs-testrpc": "^3.9.2"
},
"dependencies": {
"@digix/solidity-collections": "^1.1.0",
"@digix/truffle-lightwallet-provider": "^0.1.4"
},
"author": "Anthony Eufemio <ace@dgx.io>",
"license": "BSD-2-Clause"
}