-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 870 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": "pillar-base",
"description": "A basic pillarjs server example. Find out more about pillarjs at http://pillarjs.github.io/",
"version": "0.0.1",
"private": false,
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"dependencies": {
"config-multipaas": "^0.2.2",
"router": "^1.1.4",
"send": "^0.13.2",
"serve-static": "^1.10.2",
"finalhandler": "^0.4.1",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"mocha": "^2.4.5",
"mongodb": "^2.1.16",
"morgan": "^1.7.0",
"simple-websocket": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"tap": "^5.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ryanj/pillar-base.git"
},
"scripts": {
"start": "node server.js"
},
"license": "MIT",
"main": "server.js"
}