forked from phding/waveform-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 874 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
{
"name": "@sipgate/waveform-node",
"version": "0.3.1",
"description": "Audio Waveform Generator for nodejs.",
"main": "waveform-node.js",
"homepage": "https://github.com/phding/waveform-node",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/sipgate/waveform-node.git"
},
"keywords": [
"audio",
"waveform",
"nodejs",
"visualisation"
],
"author": "sipgate Fork Philip Ding <gjding.philip at gmail.com>",
"licenses": [{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"bugs": {
"url": "https://github.com/sipgate/waveform-node/issues"
},
"testling": {
},
"devDependencies": {
"mocha": "2.2.5",
"chai": "3.0.0"
},
"dependencies": {
}
}