-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.05 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
{
"name": "rr",
"description": "RR Website.",
"version": "0.1.0",
"homepage": "https://github.com/bhanu2507/rr",
"author": {
"name": "bhanu2507",
"url": "http://github.com/bhanu2507/"
},
"repository": {
"type": "git",
"url": "git://github.com/bhanu2507/rr.git"
},
"bugs": {
"url": "https://github.com/bhanu2507/rr/issues"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "grunt assemble"
},
"devDependencies": {
"assemble": "^0.4.42",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-copy": "^0.5.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0",
"assemble-contrib-permalinks": "*",
"assemble-contrib-sitemap": "*"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bhanu2507/rr/blob/master/LICENSE-MIT"
}
],
"keywords": [
"assemble",
"templates",
"handlebars",
"site generator",
"site builder",
"grunt"
]
}