-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 996 Bytes
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
{
"name": "slush-prototype",
"description": "A web front-end template with pug and sass for quick prototyping",
"version": "0.1.0",
"homepage": "https://github.com/mayaa6/slush-prototype",
"author": {
"name": "Haochen Zhao",
"email": "enarkadia@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/mayaa6/slush-prototype.git"
},
"bugs": {
"url": "https://github.com/mayaa6/slush-prototype/issues"
},
"license": "MIT",
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"gulp": "^3.6.2",
"gulp-conflict": "^0.1.1",
"gulp-install": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-template": "^0.1.1",
"iniparser": "^1.0.5",
"inquirer": "^0.8.0",
"slush": ">=1.0.0",
"underscore.string": "^2.3.3"
},
"keywords": [
"slushgenerator",
"pug",
"sass",
"scss",
"prototype"
]
}