forked from shower/shower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 888 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
{
"name": "shower",
"description": "Shower HTML presentation engine",
"version": "2.0.3",
"author": {
"name": "Vadim Makeev",
"url": "http://pepelsbey.net/"
},
"homepage": "https://github.com/shower/shower",
"repository": {
"type": "git",
"url": "git://github.com/shower/shower.git"
},
"bugs": {
"url": "http://github.com/shower/shower/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"template"
],
"dependencies": {
"shower-core": "^2.0.0",
"shower-material": "^1.0.0",
"shower-ribbon": "^2.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.7.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-gh-pages": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^3.3.0"
}
}