forked from serversideup/amplitudejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
42
43
44
45
46
47
{
"name": "amplitudejs",
"version": "4.0.0",
"description": "A JavaScript library that allows you to control the design of your media controls in your webpage -- not the browser. No dependencies (jQuery not required) https://521dimensions.com/open-source/amplitudejs",
"main": "dist/amplitude.js",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"husky": "^1.2.0",
"jest": "^23.6.0",
"prettier": "1.15.1",
"pretty-quick": "^1.8.0",
"watch": "^1.0.2",
"webpack": "^2.6.0"
},
"directories": {
"doc": "docs"
},
"files": [
"dist"
],
"scripts": {
"build": "node_modules/.bin/webpack",
"watch": "watch 'node_modules/.bin/webpack' dist",
"prettier": "npx pretty-quick",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/521dimensions/amplitudejs.git"
},
"keywords": [
"webaudio",
"html5",
"javascript",
"audio-player"
],
"author": "521 Dimensions (https://521dimensions.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/521dimensions/amplitudejs/issues"
},
"homepage": "https://github.com/521dimensions/amplitudejs#readme"
}