-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 818 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 818 Bytes
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
{
"name": "commitground",
"version": "0.0.2",
"description": "This is a javascript library to use commitground apis",
"main": "index.js",
"scripts": {
"test": "./scripts/migrate.sh && mocha",
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/commitground/commitground-js.git"
},
"keywords": [
"commitground"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/commitground/commitground-js/issues"
},
"homepage": "https://github.com/commitground/commitground-js#readme",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"ganache-cli": "^6.1.4",
"mocha": "^5.2.0",
"truffle": "^4.1.13"
}
}