-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 942 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
{
"name":"site-manager-baseline",
"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)"
],
"repository":{
"url":"https://github.com/jolira/site-manager-baseline.git",
"type":"git"
},
"dependencies":{
"socket.io": "*",
"handlebars": "*",
"jolira-bootstrap" : "*"
},
"devDependencies":{
"site-manager":"*",
"debug":"*",
"horaa":"*",
"vows":"*",
"jake":"*",
"uglify-js":"*"
},
"scripts":{
"test":"jake test",
"prepublish":"npm prune"
},
"bugs":{
"mail":"[email protected]",
"url":"http://github.com/jolira/site-manager-baseline/issues"
},
"main":"index",
"engines":{
"node":">= 0.6.0"
}
}