forked from vmware-archive/pgadmin4-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 823 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
{
"name": "labs-design-styleguide-starter",
"version": "1.0.0",
"description": "A starter project for spinning up a living styleguide",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-prebuild": "npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattrothenberg/styleguide-boilerplate"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mattrothenberg/styleguide-boilerplate"
},
"homepage": "https://github.com/mattrothenberg/styleguide-boilerplate",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-connect": "^5.0.0",
"gulp-open": "^2.0.0",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0"
},
"dependencies": {}
}