-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.73 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
{
"name": "@digix/cacp-contracts",
"version": "0.2.8",
"description": "Contract Access Control",
"license": "BSD-3-Clause",
"author": "DigixGlobal",
"scripts": {
"truffle": "node ./node_modules/truffle/cli.js",
"test": "npm run truffle -- test",
"test-server": "./node_modules/.bin/testrpc -p 6545 --verbose",
"test-server-attach": "geth attach http://localhost:6545",
"develop": "node ./scripts/watch-tests.js",
"docs:init": "rm -rf ./scripts/doxity; rm -rf .doxityrc; ./node_modules/.bin/doxity init",
"docs:build": "./node_modules/.bin/doxity build",
"docs:compile": "./node_modules/.bin/doxity compile"
},
"files": [
"build",
"contracts"
],
"dependencies": {},
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DigixGlobal/cacp-contracts.git"
}
}