-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.19 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
{
"name": "goodandlost",
"version": "1.0.0",
"description": "Good and Lost",
"main": "gulpfile.js",
"dependencies": {
"gulp-autoprefixer": "^2.1.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-clean": "^0.3.1",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^0.5.1",
"gulp-jshint": "^1.9.2",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0",
"gulp-scss-lint": "^0.1.10"
},
"devDependencies": {
"browser-sync": "^2.2.3",
"fs": "0.0.2",
"gulp-cache": "^0.2.8",
"gulp-css-globbing": "^0.1.7",
"gulp-fingerprint": "^0.3.2",
"gulp-gzip": "^1.0.0",
"gulp-image-resize": "^0.6.0",
"gulp-replace": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-scss-lint": "^0.1.10",
"gulp-useref": "^1.1.1",
"run-sequence": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DynamicDyno/goodandlost.git"
},
"author": "Kevin Sweet",
"license": "ISC",
"bugs": {
"url": "https://github.com/DynamicDyno/goodandlost/issues"
},
"homepage": "https://github.com/DynamicDyno/goodandlost"
}