forked from serversideup/amplitudejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "amplitudejs",
"version": "3.3.1",
"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",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"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",
"test": "mocha"
},
"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"
}