-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 KB
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
{
"name": "slush-wardour-generator",
"description": "Scaffold your app",
"version": "1.0.0",
"homepage": "https://github.com/KevinOrfas/slush-reloader-generator",
"author": {
"name": "Anastasios Orfanidis",
"email": "anastasios.orfanidis@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/KevinOrfas/slush-reloader-generator.git"
},
"bugs": {
"url": "https://github.com/KevinOrfas/slush-reloader/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/KevinOrfas/slush-reloader-generator/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"slush": ">=1.0.0",
"gulp": "^3.6.2",
"gulp-template": "^0.1.1",
"gulp-install": "^0.1.4",
"gulp-conflict": "^0.1.1",
"gulp-rename": "^1.2.0",
"underscore.string": "^2.3.3",
"inquirer": "^0.8.0",
"iniparser": "^1.0.5"
},
"keywords": [
"slushgenerator",
"web",
"app",
"front-end",
"h5bp",
"gulp"
]
}