-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 995 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
39
40
41
42
43
{
"name": "entityx",
"version": "1.0.0",
"description": "A framework for the management of DDD models",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"private": false,
"keywords": [
"ddd",
"mongodb"
],
"repository": {
"type": "git",
"url": "git://github.com/codeflyer/entityx.git"
},
"author": "Davide Fiorello",
"license": "BSD-2-Clause",
"dependencies": {
"bluebird": "^3.5.1",
"codeflyer-errorx": "^0.1.2",
"connection-store": "^1.0.0",
"lodash": "^4.17.4",
"mongodb": "^2.2.33",
"q": "^1.0.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-plato": "^1.3.0",
"istanbul": "*",
"jest": "^21.2.1",
"mocha": "*",
"pow-mongodb-fixtures": "^0.14.0",
"should": "^13.1.2",
"sinon": "^1.17.7"
}
}