-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "slush-google",
"description": "One command slush scaffold-er for the original latest Google's Web Starter Kit (v0.6.5).",
"version": "0.1.1",
"homepage": "https://github.com/mayaa6/slush-google",
"author": {
"name": "Haochen Zhao",
"email": "enarkdia@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/mayaa6/slush-google.git"
},
"bugs": {
"url": "https://github.com/mayaa6/slush-google/issues"
},
"license": "MIT",
"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",
"google",
"web",
"starter",
"kit",
"prototype",
"lastest",
"0.6.5"
]
}