forked from emccarthy/data-capsule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 794 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
{
"name": "data-capsule",
"description": "Simple data synchronizing web service",
"keywords": ["data","sync","web","service"],
"version": "0.0.1",
"homepage": "https://github.com/rjrodger/data-capsule",
"author": "Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)",
"contributors": [
"Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)"
],
"dependencies": {
"dispatch": "*",
"node-uuid": "*",
"connect": "1.8.6"
},
"devDependencies": {
"request": "*"
},
"main": "lib/data-capsule",
"files": [
"README",
"lib/data-capsule.js"
],
"directories": {
"lib": "lib"
},
"repository": { "type" : "git", "url" : "https://github.com/rjrodger/data-capsule.git" },
"engines": {
"node": ">=0.6"
}
}