-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (41 loc) · 1004 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
{
"name":"particle",
"description":"A library for distributed state synchronization.",
"version":"0.1.4",
"homepage":"http://github.com/TorchlightSoftware/particle",
"repository":"git://github.com/TorchlightSoftware/particle.git",
"author":"Torchlight Software <[email protected]>",
"main":"./index.js",
"dependencies":{
"coffee-script":"*",
"ale":"*",
"torch":"*",
"qi":"*",
"lodash":"*",
"relcache":"*",
"jayschema":"git://github.com/bitmage/jayschema.git",
"eventemitter2":"*",
"protosock":"*"
},
"devDependencies":{
"uglify-js":"*",
"async":"*",
"mongodb":"*",
"connect":"*",
"mongo-watch":"0.1.x",
"mocha":"*",
"should":"*"
},
"scripts":{
"test":"mocha --compilers coffee:coffee-script --ignore-leaks --reporter spec"
},
"engines":{
"node":">= 0.8.0"
},
"licenses":[
{
"type":"MIT",
"url":"http://github.com/TorchlightSoftware/particle/raw/master/LICENSE"
}
]
}