-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "titanium-poc-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node node_modules/.bin/mocha --reporter spec test/unit/ test/functional/",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/avin45h/titanium-poc-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/avin45h/titanium-poc-server/issues"
},
"homepage": "https://github.com/avin45h/titanium-poc-server",
"dependencies": {
"async": "^0.9.0",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.10.2",
"express": "^4.11.1",
"jade": "^1.9.2",
"lodash": "^2.4.1",
"memoizejs": "^0.1.1",
"method-override": "^2.3.1",
"mongoose": "^3.8.22",
"mongoose-timestamp": "^0.3.0",
"passport-local-mongoose": "^1.0.0",
"validator": "^3.28.0"
},
"devDependencies": {
"mocha": "^2.1.0",
"proxyquire": "^1.3.1",
"should": "^4.6.1",
"sinon": "^1.12.2",
"supertest": "^0.15.0"
}
}