forked from bodhiproject/bodhi-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 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
{
"name": "bodhi-core",
"version": "1.3.0",
"description": "Bodhi Core",
"main": "truffle.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.1",
"chai": "^4.1.2"
},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
},
"scripts": {
"test": "truffle test",
"lint:fix": "eslint --fix -- test/.",
"build": "./compile_all.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bodhiproject/bodhi-core.git"
},
"author": "Deric Walintukan <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bodhiproject/bodhi-core/issues"
},
"homepage": "https://github.com/bodhiproject/bodhi-core#readme"
}