forked from jolira/site-manager-baseline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 KB
/
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
{
"name":"site-manager-backbone-io",
"version":"0.10.3",
"description":"Client-side UI for the Site-Manager applications",
"keywords":["site", "html5", "mobile"],
"contributors": [
"Joachim Kainz <[email protected]> (http://www.jolira.com)",
"Gabe Hopper <[email protected]>"
],
"repository":{
"url":"https://github.com/jolira/site-manager-backbone-io.git",
"type":"git"
},
"dependencies":{
"socket.io": "0.9.16",
"socket.io-client": "0.9.16",
"handlebars": "3.0.3",
"socket.io-mongo": "*",
"site-assets": "git://github.com/ustyme/site-assets.git"
},
"devDependencies":{
"site-manager": "git://github.com/jolira/site-manager.git",
"debug":"*",
"horaa":"0.1.2alpha",
"vows":"*",
"jake":"*",
"uglify-js":"*"
},
"scripts":{
"test":"jake test",
"prepublish":"npm prune"
},
"bugs":{
"mail":"[email protected]",
"url":"http://github.com/jolira/site-manager-backbone-io/issues"
},
"main":"index",
"engines":{
"node":">= 0.6.0"
}
}