-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
41 lines (41 loc) · 1.26 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
{
"name": "@digix/solidity-collections",
"version": "1.1.1",
"description": "Solidity library for collections",
"files": [
"build",
"contracts"
],
"repository": {
"type": "git",
"url": "https://github.com/DigixGlobal/solidity-collections-library"
},
"devDependencies": {
"@digix/doxity": "^0.5.2",
"@digix/tempo": "^0.2.0",
"@digix/truffle-lightwallet-provider": "^0.1.4",
"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"
},
"author": "Anthony Eufemio <ace@dgx.io>",
"license": "BSD-2-Clause"
}