-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·67 lines (67 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "mo-edit",
"version": "0.0.1",
"description": "collab editor",
"main": "index.coffee",
"scripts": {
"start": "coffee index.coffee",
"test": "mocha",
"postinstall": "bower i"
},
"repository": {
"type": "git",
"url": "https://github.com/dotob/mo-edit.git"
},
"author": "sk",
"license": "ISC",
"bugs": {
"url": "https://github.com/dotob/mo-edit/issues"
},
"homepage": "https://github.com/dotob/mo-edit",
"dependencies": {
"body-parser": "^1.9.2",
"chance": "^0.7.1",
"connect-assets": "^4.3.3",
"connect-coffee-script": "^0.2.0",
"cookie-parser": "^1.3.3",
"debug": "^2.1.1",
"express": "^4.10.2",
"express-session": "^1.9.2",
"jade": "~1.7.0",
"lodash": "~2.4.1",
"log4js": "^0.6.21",
"mkdirp": "^0.5.0",
"moment": "^2.8.4",
"mongoose": "^3.8.23",
"pdc": "^0.2.2",
"q": "^1.1.2",
"serve-static": "^1.7.1",
"socket.io": "^1.2.0",
"socket.io-client": "^1.2.0",
"string": "^3.0.0"
},
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "~1.9.0",
"del": "^0.1.3",
"gulp": "~3.8.10",
"gulp-angular-filesort": "^1.0.4",
"gulp-bower": "0.0.7",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.2.0",
"gulp-ignore": "^1.2.1",
"gulp-inject": "^1.0.2",
"gulp-install": "^0.2.0",
"gulp-jade": "^0.9.0",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-stylus": "^1.3.4",
"gulp-uglifyjs": "^0.5.0",
"gulp-util": "^3.0.3",
"gulp-zip": "^2.0.2",
"main-bower-files": "^2.4.0",
"mocha": "^2.1.0",
"vinyl-paths": "^1.0.0"
}
}