forked from picturepan2/spectre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 817 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": "spectre.css",
"version": "0.1.26",
"homepage": "http://picturepan2.github.io/spectre",
"author": "Yan Zhu <picturepan2@hotmail.com>",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework.",
"main": "spectre.less",
"repository": {
"type": "git",
"url": "git+https://github.com/picturepan2/spectre.git"
},
"license": "MIT",
"keywords": [
"css",
"framework",
"flexbox",
"responsive",
"mobile-friendly",
"front-end",
"less",
"modern"
],
"bugs": {
"url": "https://github.com/picturepan2/spectre/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.6",
"gulp-csscomb": "^3.0.7",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"less-plugin-autoprefix": "^1.5.1"
}
}