-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
48 lines (48 loc) · 1.53 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
{
"name": "@digix/doxity",
"version": "0.5.2",
"description": "Documentation Generator for Solidity Contracts",
"main": "lib/index.js",
"scripts": {
"dev": "./node_modules/.bin/mocha --watch --compilers js:babel-register",
"test": "./node_modules/.bin/mocha --compilers js:babel-register",
"compile": "rm -rf lib/* && ./node_modules/.bin/babel src -d lib && chmod +x ./lib/bin/doxity.js",
"prepublish": "npm run compile"
},
"bin": {
"doxity": "./lib/bin/doxity.js"
},
"license": "BSD-3-Clause",
"author": "Chris Hitchcott <[email protected]> (http://hitchcott.com)",
"repository": {
"type": "git",
"url": "https://github.com/DigixGlobal/doxidity.git"
},
"homepage": "https://github.com/DigixGlobal/doxidity",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babel-eslint": "^7.2.1",
"babel-register": "^6.16.3",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1"
},
"dependencies": {
"glob": "^7.1.1",
"keccakjs": "^0.2.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"request": "^2.79.0",
"rimraf": "^2.5.4",
"tar.gz": "^1.0.5",
"toml": "^2.3.0",
"tomlify-j0.4": "^1.0.1",
"truffle-compile": "git://github.com/digixglobal/truffle-compile.git#017e1962623f7e84bd0c52d8bea8bf278ae79f5e",
"truffle-config": "^1.0.2",
"truffle-resolver": "^3.0.0"
}
}