forked from reposense/RepoSense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.71 KB
/
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
{
"name": "reposense",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/reposense/RepoSense.svg?branch=master)](https://travis-ci.org/reposense/RepoSense) [![Build status](https://ci.appveyor.com/api/projects/status/gsbkj5qby3pjd6nw/branch/master?svg=true)](https://ci.appveyor.com/project/eugenepeh/reposense/branch/master)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "eslint frontend/src/**/*js frontend/cypress/**.js && stylelint frontend/src/**/*.scss && npm run puglint",
"puglint": "pug-lint frontend/src/index.pug frontend/src/ramp.pug frontend/src/summary.pug frontend/src/summary_charts.pug frontend/src/resizer.pug frontend/src/tabs/authorship.pug frontend/src/tabs/segment.pug frontend/src/tabs/zoom.pug",
"lintfix": "eslint --fix frontend/src/**/*js frontend/cypress/**.js && stylelint --fix frontend/src/**/*.scss",
"browserify": "browserify -t vueify -e frontend/src/static/js/v_authorship.js -o frontend/build/static/js/v_authorship.js",
"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": {
"minimatch": "^3.0.4",
"pug-lint": "^2.6.0",
"spuild": "1.0.2",
"stylelint-config-standard": "^18.3.0"
},
"devDependencies": {
"browserify": "^16.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"stylelint": "^10.1.0",
"stylelint-order": "^3.0.1",
"vueify": "^9.4.1"
}
}