forked from born2net/studio-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "studiolite",
"version": "1.1.58",
"author": {
"name": "MediaSignage",
"email": "[email protected]",
"url": "http://digitalsignage.com"
},
"maintainers": [
{
"name": "born2net"
}
],
"description": "the world’s most popular FREE Digital Signage platform",
"keywords": [
"FREE Digital Signage",
"MediaSignage",
"digitalsignage.com",
"digital signage"
],
"repository": {
"type": "git",
"url": "https://github.com/born2net/signagestudio_web-lite.git"
},
"engines": {
"node": ">=0.9.0"
},
"dependencies": {
"express": "=3.3.4"
},
"devDependencies": {},
"scripts": {},
"readme": "StudioLite\n=========\n\for full info visit http://www.digitalsignage.com or http://lite.digitalsignage.com.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "http://forum.digitalsignage.com"
},
"homepage": "http://www.digitalsignage.com"
}