-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
46 lines (46 loc) · 1.14 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "driveway",
"version": "1.0.0",
"description": "pure CSS masonry layout aid",
"scripts": {
"update:packages": "node wipe-dependencies.js && rm -rf node_modules && npm update --save-dev && npm update --save"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssnano": "^2.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jade": "^1.1.0",
"gulp-jadelint": "^0.1.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-stylint": "^3.0.0",
"gulp-stylus": "^2.3.0",
"gulp-util": "^3.0.7",
"stylint": "^1.3.6",
"stylint-stylish": "^1.2.0"
},
"main": "gulp-config.js",
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/jh3y/driveway"
},
"keywords": [
"masonry",
"css",
"pure",
"flexbox",
"css3",
"layout"
],
"author": "jh3y <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jh3y/driveway/issues"
},
"homepage": "https://github.com/jh3y/driveway"
}