forked from muso31/Helixbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 790 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 790 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
{
"name": "Helixbase",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.12.3",
"gulp": "^3.9.1",
"gulp-clean": "^0.2.4",
"gulp-debug": "^2.1.2",
"gulp-cssmin": "^0.1.7",
"gulp-foreach": "^0.1.0",
"gulp-msbuild": "^0.5.1",
"gulp-newer": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^1.3.3",
"gulp-watch": "^4.3.5",
"run-sequence": "^1.1.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/muso31/Helixbase.git"
},
"author": "Neil Shack",
"license": "ISC",
"bugs": {
"url": "https://github.com/muso31/Helixbase/issues"
},
"homepage": "https://github.com/muso31/Helixbase#readme"
}