forked from ZeppelinSolutions/solium-plugin-zeppelin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1012 Bytes
/
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
{
"name": "solium-plugin-zeppelin",
"version": "0.0.2",
"description": "Solium plugin for Zeppelin audits",
"main": "index.js",
"scripts": {
"test": "mocha --require should --reporter spec --recursive",
"lint": "eslint rules/ test/ index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elopio/solium-plugin-zeppelin.git"
},
"keywords": [
"solium",
"soliumplugin",
"solidity",
"zeppelin"
],
"author": "Leo Arias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elopio/solium-plugin-zeppelin/issues"
},
"homepage": "https://github.com/elopio/solium-plugin-zeppelin#readme",
"peerDependencies": {
"solium": "^1.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",
"should": "^13.1.3",
"solium": "^1.1.0"
},
"dependencies": {
"dedent": "^0.7.0",
"eslint": "^4.13.1",
"solparse": "^2.2.2",
"util-deprecate": "^1.0.2"
}
}