-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.16 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
42
43
44
45
46
47
48
49
{
"name": "circlescms",
"version": "1.0.0",
"description": "Easy to use and easy to program, single page html5 content management system and blog engine built around websockets",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Christian Sterzl",
"email": "[email protected]",
"url": "http://openshift.redhat.com/"
},
"homepage": "http://openshift.redhat.com/",
"repository": {
"type": "git",
"url": "https://gitub.com/Waxolunist/circlescms"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"socketstream": "0.3.x",
"express": "3.x.x",
"ss-jade": "0.1.x",
"ss-stylus": "0.1.x",
"ss-angular": "0.6.x",
"underscore": "1.5.x",
"underscore.string": "2.3.x",
"amdefine": "0.1.x",
"metamd": "0.3.x",
"dejavu": "0.4.x",
"filecache": "0.2.x",
"requirejs": "2.1.x"
},
"devDependencies": {
"bower": "1.2.x",
"grunt-html-snapshot": "~0.5.0"
},
"bundleDependencies": [],
"private": true,
"main": "server.js",
"scripts": {
"start": "SS_ENV=production SS_PACK=1 node server.js"
}
}