-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 838 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 838 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
34
35
36
37
38
39
{
"name": "tracker",
"version": "0.0.2",
"description": "Track user clicks to links",
"main": "app.js",
"private": true,
"dependencies": {
"express": "~4.4.4",
"morgan": "~1.1.1",
"body-parser": "~1.4.3",
"method-override": "~2.0.2",
"node-logentries": "~0.1.4",
"moment": "~2.7.0",
"colors": "~0.6.2",
"request": "~2.36.0",
"mongojs": "~0.13.0",
"underscore": "~1.6.0",
"respawn": "~0.4.2",
"seismo-client": "0.0.4"
},
"devDependencies": {
"mocha": "~1.20.1",
"expect.js": "~0.3.1"
},
"scripts": {
"test": "node test/runner.js",
"watch": "nodemon --watch source --watch config app.js"
},
"keywords": [
"track",
"links",
"api"
],
"author": "alexander.beletsky@gmail.com",
"engines": {
"node": "0.10.x"
},
"license": "MIT"
}