-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
31 lines (31 loc) · 941 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
{
"author": "Stuart Memo",
"name": "qwerty-hancock",
"title": "Qwerty Hancock",
"description": "An interactive HTML plugin-free keyboard for your web audio project.",
"version": "0.10.0",
"main": "dist/qwerty-hancock.js",
"repository": {
"type": "git",
"url": "[email protected]:stuartmemo/qwerty-hancock.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "latest",
"grunt-jasmine-node": "^0.3.1",
"grunt-karma": "~4.0.0",
"jsdom": "^16.x.x",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-firefox-launcher": "~2.1.0",
"karma-jasmine": "~4.0.1",
"karma-opera-launcher": "~1.0.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-safari-launcher": "~1.0.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start ./karma-conf.js --browsers Firefox --single-run"
}
}