-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 835 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 835 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
{
"name": "pandora-boilerplate",
"version": "1.1.6",
"description": "An HTML Boilerplate to start a project.",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"author": "Miguel Morera",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mikem33/pandora-boilerplate.git"
},
"keywords": [
"html5",
"boilerplate",
"pandora"
],
"bugs": {
"url": "https://github.com/mikem33/pandora-boilerplate/issues"
},
"homepage": "https://github.com/mikem33/pandora-boilerplate",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-notify": "^4.0.0",
"gulp-rename": "^1.2.3",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^5.0.1",
"gulp4-run-sequence": "^1.0.1"
}
}