-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 904 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
{
"name": "dev004-web",
"version": "1.0.0",
"description": "An experience support the release of DEV004",
"main": "index.php",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"gulp-concat": "^2.6.1",
"gulp-order": "^1.1.1",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^3.0.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp watch-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benjaminluck/dev004-minisite.git"
},
"keywords": [
"web",
"experience",
"devorm",
"devorm",
"records"
],
"author": "benjaminluck.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/benjaminluck/dev004-minisite/issues"
},
"homepage": "https://github.com/benjaminluck/dev004-minisite#readme"
}