-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 781 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 781 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
{
"name": "testingndeploing",
"version": "1.0.0",
"description": "Testing introduction and deploy automation",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franrios/testingNdeploying.git"
},
"keywords": [
"testing",
"deploying",
"tutorial"
],
"author": "Fran Ríos <fcojriosbello@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/franrios/testingNdeploying/issues"
},
"homepage": "https://github.com/franrios/testingNdeploying#readme",
"dependencies": {
"chai": "^3.5.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-bg": "0.0.8",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",
"request": "^2.69.0"
}
}