-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "airport-sign",
"version": "1.0.0",
"description": "An old style airport sign.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "gulp sass_lint && jshint -c .jshintrc --verbose src/js"
},
"repository": {
"type": "git",
"url": "https://github.com/tomgiddings/airport-board.git"
},
"author": "Tom Giddings",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomgiddings/airport-board/issues"
},
"keywords": [],
"homepage": "https://github.com/tomgiddings/airport-board#readme",
"devDependencies": {
"autoprefixer": "^9.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.14",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"husky": "5.0.9",
"jshint-stylish": "2.2.1",
"stylelint": "^13.10.0"
},
"dependencies": {
"jshint": "^2.12.0"
}
}