-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "streamlyne-website",
"description": "Streamlyne's website..",
"version": "0.1.0",
"homepage": "https://github.com/Glavin001/streamlyne-website",
"author": {
"name": "Glavin Wiechert",
"url": "http://github.com/Glavin001/"
},
"repository": {
"type": "git",
"url": "git://github.com/Glavin001/streamlyne-website.git"
},
"bugs": {
"url": "https://github.com/Glavin001/streamlyne-website/issues"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "grunt assemble"
},
"devDependencies": {
"assemble": "~0.4.37",
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-watch": "~0.6.1",
"load-grunt-tasks": "~0.4.0",
"time-grunt": "~0.3.1",
"assemble-contrib-anchors": "*",
"assemble-contrib-permalinks": "*",
"assemble-contrib-sitemap": "*",
"assemble-contrib-toc": "*",
"grunt-s3": "^0.2.0-alpha.3"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Glavin001/streamlyne-website/blob/master/LICENSE-MIT"
}
],
"keywords": [
"assemble",
"templates",
"handlebars",
"site generator",
"site builder",
"grunt"
]
}