-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.24 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
{
"name": "slush-static-site",
"description": "A generator for static websites",
"version": "0.1.3",
"homepage": "https://github.com/awkward/slush-static-site",
"author": {
"name": "John van de Water",
"email": "john@madeawkward.com"
},
"repository": {
"type": "git",
"url": "git://github.com/awkward/slush-static-site.git"
},
"bugs": {
"url": "https://github.com/awkward/slush-static-site/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/awkward/slush-static-site/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"coffee-script": "^1.9.2",
"gulp": "^3.6.2",
"gulp-conflict": "^0.1.1",
"gulp-ignore": "^1.2.1",
"gulp-install": "^0.1.4",
"gulp-rename": "^1.2.2",
"gulp-template": "^0.1.1",
"iniparser": "^1.0.5",
"inquirer": "^0.4.1",
"lodash": "^2.4.2",
"merge-stream": "^0.1.7",
"slush": "^1.1.1",
"underscore.string": "^2.3.3"
},
"keywords": [
"slushgenerator",
"static",
"site",
"website",
"bootstrap",
"bourbon",
"sass",
"jade",
"coffeescript"
]
}