-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "GulpStarterTemplate",
"version": "0.0.0",
"description": "playground, sandbox, labratory",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-coffee": "^2.2.0",
"gulp-load-plugins": "^0.6.0",
"gulp-clean": "^0.3.1",
"gulp-sourcemaps": "^1.1.5",
"gulp-ruby-sass": "^0.7.1",
"gulp-autoprefixer": "^1.0.0",
"gulp-webserver": "^0.8.1"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/evanbleiweiss/gulp-web-project-template"
},
"author": "Evan Bleiweiss <hello@awst.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/evanbleiweiss/gulp-web-project-template/issues"
},
"homepage": "https://example.com"
}