-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
42
43
44
{
"name": "sqre-uservice-nbreport",
"private": true,
"version": "0.0.1",
"description": "LSST notebook-based report publisher",
"main": "gulpfile.babel.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "pretty-quick --staged",
"pretty": "pretty-quick"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsst-sqre/sqre-uservice-nbreport.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lsst-sqre/sqre-uservice-nbreport/issues"
},
"homepage": "https://github.com/lsst-sqre/sqre-uservice-nbreport#readme",
"devDependencies": {
"autoprefixer": "^9.1.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"browser-sync": "^2.24.6",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-postcss": "^7.0.1",
"gulp-run": "^1.7.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"husky": "^0.14.3",
"minimist": "^1.2.0",
"prettier": "^1.14.0",
"pretty-quick": "^1.6.0"
}
}