-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 846 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
{
"author": "Benjamin Pannell <admin@sierrasoftworks.com>",
"name": "orm-timestamps",
"description": "ORM modification and creation timestamps",
"keywords": [
"orm",
"timestamps",
"modification",
"creation",
"date"
],
"version": "0.5.2",
"license": "MIT",
"repository": {
"url": "http://github.com/SPARTAN563/node-orm-timestamps"
},
"contributors": [
{
"name": "Benjamin Pannell",
"email": "admin@sierrasoftworks.com"
},
{
"name": "zlotnika",
"website": "https://github.com/zlotnika"
},
{
"name": "ajostergaard",
"website": "https://github.com/ajostergaard"
}
],
"scripts": {
"test": "make"
},
"main": "./lib/orm-timestamps",
"engines": {
"node": "*"
},
"analyse": false,
"dependencies": {
"orm": ">= 2.1.0"
}
}