-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 1.19 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
{
"name": "real-edit",
"description": "multi-users realtime editor for collab edit, lightweight operation transformation algorithm using node.js",
"keywords": ["realtime","editor","collab edit","operation transformation","web socket","express","backbone"],
"version": "0.0.1",
"private": false,
"author": "zhangping <[email protected]>",
"dependencies": {
"express": "3.x",
"socket.io": "~0.9.16",
"consolidate": "~0.9.1",
"handlebars": "~1.0.12",
"async": "~0.2.9",
"forever": "~0.10.8",
"lodash": "~1.3.1",
"redis": "~0.8.4",
"nconf": "~0.6.7",
"moment": "~2.1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"requirejs": "2.1.6",
"handlebars": ">=1.0.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-copy": "https://github.com/blacktail/grunt-contrib-copy/archive/v0.4.1.tar.gz",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-livereload": "~0.1.2",
"grunt-contrib-handlebars": "~0.5.9",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-symlink": "~0.2.0"
}
}