-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 903 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
35
36
37
{
"name": "wisteria",
"version": "0.11.0",
"description": "The best HTML-driven prototyping tool for designing in browser.",
"main": "wisteria.css",
"scripts": {
"test": "stylestats wisteria.css -s specs.json",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/t32k/wisteria.git"
},
"keywords": [
"css"
],
"author": "Koji Ishimoto",
"license": "MIT",
"bugs": {
"url": "https://github.com/t32k/wisteria/issues"
},
"homepage": "https://github.com/t32k/wisteria",
"devDependencies": {
"browser-sync": "^2.0.1",
"gulp": "^3.8.10",
"gulp-csscomb": "^3.0.3",
"gulp-csslint": "^0.1.5",
"gulp-csso": "^1.0.0",
"gulp-load-plugins": "^0.8.0",
"gulp-rename": "^1.2.0",
"gulp-stylestats": "^0.5.3",
"stylestats": "^5.0.0-beta"
},
"dependencies": {
"bower": "^1.3.12"
}
}