forked from elizabetdev/cassette-tape
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 751 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 751 Bytes
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
{
"name": "miukimiu",
"version": "1.0.0",
"description": "A starter project for Gulp.js",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/scotch-io/gulp-start.git"
},
"author": "Justin Rexroad",
"license": "MIT",
"bugs": {
"url": "https://github.com/scotch-io/gulp-start/issues"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"gulp": "^3.8.11",
"gulp-concat": "~2.4.3",
"gulp-gh-pages": "^0.5.4",
"gulp-jshint": "~1.9.0",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "~1.3.0",
"gulp-util": "~3.0.2",
"jshint-stylish": "~1.0.0"
},
"dependencies": {
"gulp": "^3.9.0"
}
}