-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 955 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
41
{
"name": "css-sections",
"description": "CSS component, from the Upstage component library.",
"version": "0.1.0",
"homepage": "https://github.com/upstage/css-sections",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/assemble/css-sections.git"
},
"bugs": {
"url": "https://github.com/upstage/css-sections/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/upstage/css-sections/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"assemble": "~0.4.1",
"assemble-less": "~0.4.8",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-prettify": "~0.1.5"
},
"keywords": [
"CSS",
"CSS sections",
"CSS component",
"UI component",
"user interface component"
]
}