-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "simple",
"version": "2.0.0",
"description": "Simple Web Application tutorial based off of the HTML5 Boilerplate, then adding JavaScript functionality and build processes",
"main": "index.html",
"scripts": {
"setup": "npm install npm -g& npm install gulp-cli -g& npm install gulp -g& npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barlowm/simple.git"
},
"author": "Mike Barlow <barlowm@gmail.com> (http://mwbarlow.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/barlowm/simple/issues"
},
"homepage": "https://github.com/barlowm/simple#readme",
"devDependencies": {
"browser-sync": "^2.24.6",
"browserify": "^16.2.2",
"del": "^3.0.0",
"fs-extra": "^7.0.0",
"gulp": ">=3.9.1 <4.0.0",
"gulp-concat": "^2.6.1",
"gulp-help": "^1.6.1",
"node-fetch": "^2.2.0",
"require-dir": "^1.0.0",
"tv4": "^1.3.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"dotenv": "^6.0.0",
"jquery": "^3.3.1",
"npm": "^6.3.0"
}
}