-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "petal.less",
"codename": "petal",
"version": "0.12.4",
"description": "A modern, light CSS UI framework by Shakr based on LESS.",
"keywords": [
"petal",
"css",
"ui",
"framework",
"library",
"less",
"shakr"
],
"repository": {
"type": "git",
"url": "https://github.com/shakrmedia/petal.git"
},
"homepage": "https://shakrmedia.github.io/petal",
"license": "MIT",
"author": {
"name": "Shakr Media Co., Ltd.",
"url": "http://www.shakr.com"
},
"devDependencies": {
"autoprefixer": "~6.4.1",
"grunt": "^1.3.0",
"grunt-assemble": "~0.6.3",
"grunt-banner": "~0.6.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~1.0.2",
"grunt-contrib-less": "~1.3.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-postcss": "~0.8.0",
"handlebars-helper-eachitems": "~0.1.2",
"load-grunt-tasks": "^3.1.0"
}
}