forked from node4good/jest
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 770 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 770 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
{
"name": "jest",
"description": "JavaScriptational State Transfer. JS restful API layer with Mongoose based resources. Inspired by python Tastypie",
"version": "0.1.40",
"author": "Ishai Jaffe <ishai@empeeric.com>",
"contributors": [
{
"name": "Alon Valadji",
"email": "alon@empeeric.com"
},
{
"name": "Refael Ackermann",
"email": "refael@empeeric.com"
}
],
"dependencies": {
"lodash": "^3.0.0",
"sji": "0.0.1"
},
"devDependencies": {
"express": "",
"mongoose": "",
"api-easy": ""
},
"main": "index",
"keywords": [
"api",
"mongoose",
"rest",
"restful",
"resource"
],
"repository": "git@github.com:Empeeric/jest.git",
"engines": {
"node": ">= 0.4.1"
}
}