-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 935 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
42
{
"name": "shower",
"description": "Shower HTML presentation engine",
"version": "1.0.5",
"author": {
"name": "Vadim Makeev",
"url": "http://pepelsbey.com/"
},
"homepage": "http://shwr.me/",
"repository": {
"type": "git",
"url": "git://github.com/shower/shower.git"
},
"bugs": {
"url": "http://github.com/shower/shower/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shower/shower/wiki/MIT-License"
}
],
"keywords": [
"shower",
"presentation",
"template"
],
"dependencies": {
"shower-bright": "^1.0.5",
"shower-core": "^1.0.2",
"shower-ribbon": "^1.0.5"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-sass": "^0.7.3",
"grunt-autoprefixer": "^0.7.2",
"grunt-csso": "^0.6.0",
"load-grunt-tasks": "^0.4.0",
"grunt-shower-markdown": "^0.2.0",
"grunt-contrib-watch": "^0.6.1"
}
}