-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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": "sm-archiver",
"version": "0.1.4",
"description": "StreamMachine Archive Writer",
"repo": "git@github.com:StreamMachine/sm-archiver.git",
"homepage": "https://github.com/StreamMachine/sm-archiver/",
"author": {"name": "Eric Richardson", "url": "http://ewr.is"},
"repository": {"type": "git", "url": "https://github.com/StreamMachine/sm-archiver.git"},
"main": "index.js",
"dependencies": {
"nconf": "^0.7.1",
"streammachine": "~0.7.0",
"underscore": "~1.7.0",
"waveform": "~2.0.0",
"temp": "~0.8.1",
"debug": "~2.2.0",
"express": "~4.13.3",
"compression": "~1.6.0",
"waveform-data": "~1.5.1",
"sm-waveform": "~0.1.0"
},
"devDependencies": {
"coffee-script": "~1.9.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-copy": "^0.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sm-archiver": "./runner-cmd"
},
"keywords": [
"streammachine"
],
"author": "Eric Richardson <e@ewr.is>",
"license": "MIT"
}