forked from reposense/RepoSense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 957 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
{
"name": "reposense",
"version": "1.0.0",
"description": "[](https://travis-ci.org/reposense/RepoSense) [](https://ci.appveyor.com/project/eugenepeh/reposense/branch/master)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "eslint",
"spuild": "spuild frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reposense/RepoSense.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/reposense/RepoSense/issues"
},
"homepage": "https://github.com/reposense/RepoSense#readme",
"dependencies": {
"spuild": "1.0.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0"
}
}