forked from Cyber-Duck/hoisin.scss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 792 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": "hoisin.scss",
"title": "Hoisin.scss",
"description": "A simple responsive mini framework to kick start your project.",
"version": "0.9.9",
"homepage": "https://github.com/Cyber-Duck/hoisin.scss",
"author": {
"name": "Ramon Lapenta",
"url": "http://www.cyber-duck.co.uk/about/ramon-lapenta"
},
"repository": {
"type": "git",
"url": "https://github.com/Cyber-Duck/hoisin.scss"
},
"keywords": [
"sass",
"scss",
"responsive",
"framework",
"grid"
],
"bugs": {
"url": "https://github.com/Cyber-Duck/hoisin.scss/issues"
},
"licenses": [
{
"type": "MIT",
"url": "hhttps://raw.github.com/Cyber-Duck/hoisin.scss/master/LICENSE.txt"
}
],
"dependencies": {},
"devDependencies": {},
"scripts": {}
}