-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1 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
{
"name": "codeshare",
"version": "0.0.0",
"main": "lib/codeshare.js",
"description": "Try to remake codeshare.io in coffeescript with nodejs",
"homepage": "https://github.com/nicolasbrugneaux/codeshare",
"bugs": "https://github.com/nicolasbrugneaux/codeshare/issues",
"author": {
"name": "Nicolas Brugneaux",
"email": "nicolas.brugneaux@gmail.com",
"url": "http://nicolasbrugneaux.me"
},
"repository": {
"type": "git",
"url": "https://github.com/nicolasbrugneaux/codeshare"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"express": "3.4",
"jade": "0.35",
"socket.io":"latest",
"highlight.js":"latest"
},
"devDependencies": {
"matchdep": "~0.1.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"sinon-chai": "~2.4.0",
"chai": "~1.7.2",
"mocha": "~1.12.1",
"sinon": "~1.7.3"
}
}