-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 895 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": "tomes",
"description": "Evented Storage Agnostic Data API",
"keywords": [
"observe",
"proxy",
"evented",
"data"
],
"version": "0.3.0",
"author": "Wizcorp, Inc. <info@wizcorp.jp>",
"maintainers": [
{
"name": "Bjorn Stromberg",
"email": "bstromberg@wizcorp.jp"
},
{
"name": "Ron Korving",
"email": "rkorving@wizcorp.jp"
}
],
"scripts": {
"test": "node test"
},
"main": "index.js",
"dependencies": {
"events": "1.1.1"
},
"devDependencies": {
"jshint": "*",
"nodeunit": "*",
"rumplestiltskin": "*"
},
"license": {
"type": "MIT",
"url": "https://github.com/Wizcorp/node-tomes/raw/master/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/Wizcorp/node-tomes.git"
},
"bugs": {
"url": "http://github.com/Wizcorp/node-tomes/issues"
}
}