-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 889 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
{
"name": "smart-contract",
"version": "0.0.1",
"description": "The Ethereum solidity smart contracts for the D-Transport project",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D-Transport/smart-contract.git"
},
"keywords": [
"ethereum"
],
"author": "Victor Le & Mathieu Porcel",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/D-Transport/smart-contract/issues"
},
"homepage": "https://github.com/D-Transport/smart-contract#readme",
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx": "0.0.2",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
}
}