-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
40 lines (40 loc) · 911 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
38
39
40
{
"name": "wingcss",
"filename": "wing.min.css",
"version": "1.0.0-beta",
"description": "A lightweight, responsive CSS Framework",
"main": "./dist/wing.min.css",
"scripts": {
"test": "echo \"Testing\"",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kbrsh/wing.git"
},
"author": "Kabir Shah",
"license": "MIT",
"bugs": {
"url": "https://github.com/kbrsh/wing/issues"
},
"homepage": "http://usewing.ml",
"autoupdate": {
"source": "git",
"target": "git://github.com/kbrsh/wing.git",
"basePath": "dist",
"files": [
"wing.min.css",
"wing.css"
]
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "latest",
"gulp-cli": "^1.2.1",
"gulp-concat": "latest",
"gulp-git": "^1.9.0",
"gulp-header": "^1.8.2",
"gulp-size": "^2.1.0",
"gulp-stylus": "^2.6.0"
}
}