forked from weigang992003/pure-css-chinese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "pure-site",
"description": "The Pure CSS website.",
"homepage": "http://purecss.io/",
"version": "1.17.38",
"private": true,
"repository": "git://github.com/yahoo/pure-site.git",
"contributors": [
"Eric Ferraiuolo <[email protected]> (http://ericf.me/)",
"Tilo Mitra <[email protected]> (http://www.tilomitra.com/)"
],
"directories": {
"lib": "./lib",
"middleware": "./middleware",
"public": "./public",
"routes": "./routes",
"views": "./views"
},
"main": "server.js",
"engines": {
"node": ">=0.8.x",
"npm": ">=1.1.2"
},
"dependencies": {
"archiver": "^0.8.1",
"async": "^0.7.0",
"combohandler": "~0.3.8",
"css-mediaquery": "ericf/css-mediaquery#umd",
"css-parse": "^2.0.0",
"express": "~3.5.3",
"express-annotations": "~0.1.0",
"express-handlebars": "^1.0.1",
"express-map": "~0.1.0",
"express-params": "~0.0.3",
"express-slash": "~1.0.0",
"express-state": "^1.1.4",
"express-yui": "^1.3.2",
"glob": "~3.2.6",
"handlebars": "~1.3.0",
"rework": "^1.0.0",
"rework-pure-grids": "^1.0.0",
"stripmq": "0.0.6",
"ypromise": "~0.2.2",
"yui": "~3.17.2"
},
"devDependencies": {
"bower": "^1.3.2",
"broccoli": "^0.12.0",
"broccoli-filter": "^0.1.6",
"broccoli-kitchen-sink-helpers": "^0.2.0",
"broccoli-merge-trees": "^0.1.3",
"broccoli-unwatched-tree": "^0.1.1",
"broccoli-writer": "^0.1.1",
"es-dependency-graph": "^0.1.3",
"es6-module-transpiler": "^0.4.0",
"grunt": "~0.4.2",
"grunt-broccoli-build": "^0.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-pure-grids": "^1.0.0",
"js-module-formats": "^0.1.0",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.6",
"walk-sync": "^0.1.0"
},
"scripts": {
"postinstall": "bower install && grunt"
},
"jshintConfig": {
"browser": true,
"esnext": true,
"evil": true,
"expr": true,
"node": true,
"regexdash": true,
"sub": true,
"trailing": true,
"undef": false,
"unused": false,
"wsh": true
},
"yhint": {
"excludes": [
"bower_components/",
"build/",
"node_modules/"
]
},
"yahoo": {
"bugzilla": {
"product": "yui utilities",
"component": "Pure"
},
"custodian": {
"email": "[email protected]",
"url": "http://purecss.io/"
}
}
}