-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "sapphire-express",
"version": "1.1.8",
"description": "Single Page Application Framework",
"main": "server.js",
"bin": {
"sapphire": "bin/sapphire.js"
},
"dependencies": {
"body-parser": "^1.11.0",
"compression": "^1.2.1",
"cookies": "^0.3.8",
"cors": "^2.7.1",
"express": "^4.11.2",
"highlight.js": "^8.8.0",
"memcached": "^0.2.8",
"node-static": "^0.7.2",
"node-uuid": "^1.4.1",
"q": "^1.0.0",
"redis": "^0.10.0",
"remarkable": "^1.6.0",
"socket.io": "^1.7.2",
"uglify-es": "^3.3.9"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Ondoher/sapphire.git"
},
"keywords": [
"framework",
"sapphire",
"spa",
"express"
],
"author": "Glenn Anderson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ondoher/sapphire/issues"
},
"homepage": "https://github.com/Ondoher/sapphire"
}