-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 998 Bytes
/
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
{
"name": "shaman-api",
"description": "websocket server & client",
"version": "0.0.1",
"homepage": "http://github.com/shamanjs/shaman-webapp",
"repository": "git://github.com/shamanjs/shaman-webapp.git",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./app/index.coffee",
"dependencies": {
"coffee-script": "*",
"connect": "*",
"async": "*",
"node-log": "0.0.3",
"vein": "*",
"shaman-webapp": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"uglify-js": "*",
"jaded": "*",
"less": "*",
"grunt": "~0.3.11",
"grunt-reload": "*",
"grunt-coffee": "*",
"grunt-exec": "*",
"grunt-contrib": "~0.1.6"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script",
"start": "server.js"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/shamanjs/shaman-api/raw/master/LICENSE"
}
]
}