-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 1.06 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
39
{
"name": "startLearningNodejs",
"version": "1.0.0",
"description": "test from website: http://www.nodebeginner.org/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-travis": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ex-67-travis-ci/test --report lcovonly"
},
"repository": {
"type": "git",
"url": "https://github.com/chentsulin/startLearningNodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chentsulin/startLearningNodejs/issues"
},
"homepage": "https://github.com/chentsulin/startLearningNodejs",
"devDependencies": {
"chai": "^2.3.0",
"istanbul": "^0.3.13",
"mocha": "^2.2.4"
},
"dependencies": {
"bluebird": "^2.9.25",
"consolidate": "^0.12.1",
"ejs": "^2.3.1",
"es6-promise": "^2.1.1",
"haml": "^0.4.3",
"hamljs": "^0.6.2",
"jade": "^1.9.2",
"koa": "^0.20.0",
"native-or-bluebird": "^1.2.0",
"nodemailer": "^1.3.4",
"simple-peer": "^5.4.3",
"wrtc": "0.0.55"
}
}