forked from RackHD/on-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.02 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "on-core",
"version": "2.17.0",
"description": "OnCore Library",
"main": "index.js",
"scripts": {
"doc": "jsdoc lib -r -d docs",
"test": "./node_modules/.bin/mocha $(find spec -name '*-spec.js') -R spec --require spec/helper.js"
},
"repository": {
"type": "git",
"url": "https://github.com/RackHD/on-core.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RackHD/on-core/issues"
},
"homepage": "https://github.com/RackHD/on-core",
"dependencies": {
"ajv": "^4.1.0",
"always-tail": "^0.2.0",
"amqp": "0.2.3",
"anchor": "^0.10.2",
"assert-plus": "^1.0.0",
"bluebird": "^2.8.0",
"bson": "~0.4.22",
"colors": "^1.0.3",
"di": "git+https://github.com/anhou/di.js.git",
"ejs": "^2.0.8",
"eventemitter2": "^0.4.14",
"flat": "^1.6.0",
"glob": "^4.3.2",
"hogan.js": "^3.0.2",
"jsonschema": "^1.0.0",
"lodash": "^3.10.1",
"lru-cache": "^3.2.0",
"nconf": "^0.7.1",
"node-statsd": "^0.1.1",
"node-uuid": "^1.4.2",
"pg": "^4.5.5",
"pluralize": "~1.1.2",
"prettyjson": "^1.0.0",
"resolve": "^1.0.0",
"rx": "4.0.6",
"sails-mongo": "^0.11.5",
"sails-postgresql": "^0.11.4",
"shortid": "^2.2.1",
"stack-trace": "0.0.9",
"validate.js": "^0.3.2",
"validator": "^3.27.0",
"waterline": "^0.11.11",
"waterline-criteria": "^0.11.1"
},
"devDependencies": {
"chai": "^2.0.0",
"chai-as-promised": "^4.2.0",
"coveralls": "^2.11.4",
"express": "^4.10.7",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-istanbul": "^2.3.1",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "^0.4.1",
"istanbul": "^0.3.5",
"jsdoc": "^3.3.0-alpha13",
"jshint": "^2.5.11",
"mocha": "^2.1.0",
"nock": "~3.5.0",
"sinon": "1.16.1",
"sinon-as-promised": "^2.0.3",
"sinon-chai": "^2.7.0",
"supertest": "^1.2.0",
"xunit-file": "0.0.6"
}
}