-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.26 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
{
"name": "bergson",
"main": "index.js",
"version": "0.16.0",
"description": "Time and scheduling for the web",
"author": "Colin Clark",
"homepage": "http://github.com/colinbdclark/bergson",
"repository": {
"type": "git",
"url": "git://github.com/colinbdclark/bergson.git"
},
"bugs": "http://github.com/colinbdclark/bergson/issues",
"license": "(MIT OR GPL-2.0)",
"keywords": [
"music",
"audio",
"video",
"scheduling"
],
"readmeFilename": "README.md",
"devDependencies": {
"node-jqunit": "1.1.9",
"sheep-benchmark": "colinbdclark/sheep.js",
"grunt": "1.6.1",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-uglify": "5.2.2",
"fluid-grunt-eslint": "18.1.2",
"testem": "3.10.1"
},
"dependencies": {
"infusion": "4.6.0"
},
"scripts": {
"prepare": "npx grunt",
"browser-core-test": "npx testem ci --file tests/testem.json",
"webaudio-test": "npx testem ci --file tests/testem-webaudio.json",
"node-test": "node tests/node-all-tests.js",
"test": "npm run node-test && npm run webaudio-test && npm run browser-core-test"
}
}