-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 786 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 786 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
{
"name": "punkrockdev.github.io",
"version": "1.0.0",
"description": "Install ruby and:",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-ext-replace": "^0.3.0",
"gulp-image": "^4.3.0",
"gulp-shell": "^0.7.0",
"gulp-webp": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"images": "gulp images",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/punkrockdev/punkrockdev.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/punkrockdev/punkrockdev.github.io/issues"
},
"homepage": "https://github.com/punkrockdev/punkrockdev.github.io#readme"
}