-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1003 Bytes
/
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
{
"name": "trekoholic",
"version": "1.0.0",
"description": "Files for Trekoholic",
"main": "index.js",
"scripts": {
"test": "na"
},
"repository": {
"type": "git",
"url": "https://github.com/subzworld/trekoholic.git"
},
"keywords": [
"na"
],
"author": "Sub",
"license": "ISC",
"bugs": {
"url": "https://github.com/subzworld/trekoholic/issues"
},
"homepage": "https://github.com/subzworld/trekoholic",
"devDependencies": {
"graceful-fs": "^4.1.6",
"gulp": "^3.9.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.1.0",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-handlebars-html": "0.0.2",
"gulp-html": "^0.4.4",
"gulp-jshint": "^2.0.1",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-scss": "^1.4.0",
"gulp-watch": "^4.3.8",
"gulp-wrap": "^0.13.0",
"handlebars": "^4.0.5",
"jshint": "^2.9.2"
}
}