-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 900 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 900 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
{
"name": "likeastore-collector",
"version": "0.0.14",
"private": true,
"scripts": {
"start": "node monitor.js",
"test": "node runTests.js --reporter spec",
"watch": "nodemon --watch source --watch node_modules monitor.js",
"watch-test": "nodemon --watch source --watch test runTests.js --reporter min"
},
"dependencies": {
"mongojs": "~0.9.8",
"underscore": "~1.4.4",
"async": "~0.2.10",
"chai": "~1.5.0",
"moment": "~2.0.0",
"colors": "~0.6.2",
"nock": "~0.18.2",
"request": "~2.21.0",
"rewire": "~1.1.3",
"node-logentries": "~0.1.2",
"optimist": "~0.6.0",
"memwatch": "~0.2.2",
"respawn": "~0.1.8",
"newrelic": "~1.2.0",
"mocha": "~1.11.0",
"elasticsearch": "~2.1.4"
},
"engines": {
"node": "~0.10.x"
},
"subdomain": "likeastore-collector",
"devDependencies": {
"mocha": "~1.11.0"
}
}