-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 854 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
{
"name": "startnow-ops100-gulp-and-npm",
"version": "1.0.0",
"description": "gulp and npm",
"main": "index.js",
"scripts": {
"test": "mocha test --exit"
},
"author": "keizax",
"license": "ISC",
"dependencies": {
"4": "0.0.0",
"chai": "^4.1.0",
"express": "^4.15.3",
"gulp-concat": "^2.6.1",
"gulp-nodemon": "^2.4.2",
"gulp-uglify": "^3.0.2",
"mocha": "^6.0.2",
"morgan": "^1.8.2",
"node": "^8.10.0"
},
"devDependencies": {
"gulp": "^3.9.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SanDiegoCodeSchool/ops100-gulp-and-npm.git"
},
"bugs": {
"url": "https://github.com/SanDiegoCodeSchool/ops100-gulp-and-npm/issues"
},
"homepage": "https://github.com/SanDiegoCodeSchool/ops100-gulp-and-npm#readme"
}