forked from pure-css/pure-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "pure-site",
"description": "The Pure CSS website.",
"homepage": "http://purecss.io/",
"version": "1.3.8",
"private": true,
"repository": "git://github.com/yui/pure-site.git",
"contributors": [
"Eric Ferraiuolo <[email protected]> (http://ericf.me/)",
"Tilo Mitra <[email protected]> (http://www.tilomitra.com/)"
],
"directories": {
"lib": "./lib",
"public": "./public",
"views": "./views"
},
"main": "server.js",
"engines": {
"node": ">=0.8.x",
"npm": ">=1.1.2"
},
"dependencies": {
"combohandler": "0.2.x",
"express": "3.x",
"express3-handlebars": "0.4.x",
"express-state": "0.0.2",
"handlebars": "1.x",
"request": "*"
},
"yahoo": {
"bugzilla": {
"product": "yui utilities",
"component": "Pure"
},
"custodian": {
"email": "[email protected]",
"url": "http://purecss.io/"
}
}
}