-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "level-crash",
"version": "1.2.0",
"description": "level-crash",
"main": "index.js",
"dependencies": {
"async": "^3.0.1",
"body-parser": "^1.14.1",
"colors": "^1.1.2",
"express": "^4.13.3",
"http-auth": "^3.1.0",
"js-yaml": "^3.13.0",
"kill-switch": "^2.0.0",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"chai": "^4.0.0",
"coveralls": "^3.0.1",
"eslint": "^6.0.0",
"gulp": "~3.9.0",
"gulp-autoprefixer": "5.0.0",
"gulp-concat": "~2.6.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ngmin": "^0.3.0",
"gulp-sass": "~4.0.1",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.7",
"gulp.spritesmith": "^6.0.0",
"istanbul": "^0.4.1",
"jshint": "~2.9.3",
"karma": "^3.0.0",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^5.0.1",
"pre-commit": "1.2.2",
"redis": "^3.0.0",
"rimraf": "^3.0.0",
"should": "^13.2.2",
"standard": "^14.0.0",
"supertest": "^4.0.2",
"through2": "^2.0.0"
},
"scripts": {
"test": "npm run lint && mocha --exit",
"lint": "standard src/ static/js/*.js static/js/components/ lib/ routes/",
"test-front": "make test-front",
"start": "node index",
"deploy": "gulp deploy && git add static/index.prod.html static/js/build",
"deploy-app": "git pull && npm i && kill-switch"
},
"repository": {
"type": "git",
"url": "https://github.com/eiriksm/level-crash"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/eiriksm/level-crash/issues"
},
"pre-commit": [
"deploy",
"test-front"
],
"homepage": "https://github.com/eiriksm/level-crash"
}