-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 936 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
44
45
{
"name": "the-model",
"version": "0.1.5",
"author": "Anderson Arboleya <[email protected]>",
"contributors": [
"Giulian Drimba <[email protected]>"
],
"description": "Model layer used in Theoricus",
"keywords": [
"coffeescript",
"theoricus",
"model"
],
"main": "lib",
"dirs": "src",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "http://github.com/theoricus/the-model"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"lodash": "2.2.x",
"the-pivot": "~0.2.2"
},
"devDependencies": {
"wd": "0.1.x",
"chai": "1.7.x",
"mocha": "1.12.x",
"fs-util": "0.3.x",
"express": "3.3.x",
"request": "2.27.x",
"mversion": "0.2.x",
"coveralls": "2.2.x",
"coffee-script": "1.6.x",
"istanbul-middleware": "0.1.x",
"polvo": "0.5.x",
"mongodb": "1.3.X",
"codo": "~2.0.0-rc.4"
}
}