This repository was archived by the owner on Jul 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 KB
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
{
"name": "mouse-trap",
"version": "1.0.0",
"description": "A simple, front-end page that demonstrates web previews.",
"main": "gulpfile.babel.js",
"dependencies": {},
"devDependencies": {
"apache-server-configs": "^2.7.1",
"babel-core": "^6.0.15",
"babel-preset-es2015": "^6.0.15",
"browser-sync": "^2.9.0",
"del": "^2.0.2",
"eslint-config-google": "^0.3.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.0.0",
"gulp-cache": "0.2.2",
"gulp-cssnano": "^2.0.0",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-newer": "^1.0.0",
"gulp-sass": "^2.0.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-useref": "^3.0.0",
"run-sequence": "^1.0.1"
},
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"engines": {
"node": ">=0.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edm00se/mouse-trap.git"
},
"author": "Eric McCormick (https://ericmccormick.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/edm00se/mouse-trap/issues"
},
"homepage": "https://github.com/edm00se/mouse-trap#readme",
"eslintConfig": {
"extends": "google"
}
}