-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.08 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
40
41
42
43
44
45
{
"name": "multi-core-node-js-example",
"version": "1.0.0",
"description": "Example using node-js cluster and express",
"main": "index.js",
"scripts": {
"test": "node index.js &\ngulp test"
},
"engines": {
"node": "5.1.0",
"npm": "3.3.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela-gukpere/multi-core-node-js-example.git"
},
"keywords": [
"cluster",
"nodejs",
"es6",
"multicore",
"thread"
],
"author": "Godson Ukpere",
"license": "MIT",
"bugs": {
"url": "https://github.com/andela-gukpere/multi-core-node-js-example/issues"
},
"homepage": "https://github.com/andela-gukpere/multi-core-node-js-example#readme",
"dependencies": {
"body-parser": "^1.14.1",
"dotenv": "^1.2.0",
"expect.js": "^0.3.1",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-codeclimate-reporter": "^1.1.1",
"gulp-istanbul": "^0.10.2",
"gulp-jshint": "^1.12.0",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"jshint": "^2.8.0",
"moment": "^2.10.6",
"superagent": "^1.4.0"
}
}