-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 943 Bytes
/
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
{
"name": "fluffy-spork",
"version": "1.0.0",
"description": "Nothing much. Just playing around with Git.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "2.18.6",
"gulp-cli": "1.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "6.1.2",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.2",
"gulp-lintspaces": "0.5.0",
"gulp-postcss": "6.3.0",
"postcss-cssnext": "2.9.0",
"postcss-import": "9.1.0",
"postcss-url": "5.1.2"
},
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darrylyeo/fluffy-spork.git"
},
"author": "Darryl Yeo (https://darryl-yeo.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/darrylyeo/fluffy-spork/issues"
},
"homepage": "https://github.com/darrylyeo/fluffy-spork#readme"
}