-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.03 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
43
44
45
46
47
48
49
50
{
"name": "fashionista",
"description": "Apply themes to connect/express apps using the Stylus port of Zurb Foundation themes",
"version": "0.3.5",
"homepage": "https://github.com/blai/fashionista",
"author": {
"name": "Brian Lai"
},
"repository": {
"type": "git",
"url": "git://github.com/blai/fashionista.git"
},
"bugs": {
"url": "https://github.com/blai/fashionista/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"browser": "browser/fashionista.js",
"main": "lib/fashionista.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"temp": "~0.5.0",
"stylus": "~0.32.1",
"connect": "~2.7.4",
"foundation": "~4.2",
"lodash": "~1.1.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-jsbeautifier": "~0.1.6",
"grunt-mocha-cli": "~1.0.2",
"should": "~1.2.2"
},
"keywords": [
"express",
"connect",
"foundation",
"stylus",
"theme"
]
}