This repository was archived by the owner on Sep 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.81 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.81 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"_args": [
[
"waveform.js@^1.0.0",
"/Users/Robert/Sites/minor/web-apps-from-scratch/week_3"
]
],
"_from": "waveform.js@>=1.0.0 <2.0.0",
"_id": "waveform.js@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/waveform.js",
"_npmUser": {
"email": "dmitri.voronianski@gmail.com",
"name": "dmitri"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "waveform.js",
"raw": "waveform.js@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/waveform.js/-/waveform.js-1.0.0.tgz",
"_shasum": "e6eed52fe8b6b3717a8d77fe698392fa6ccc8761",
"_shrinkwrap": null,
"_spec": "waveform.js@^1.0.0",
"_where": "/Users/Robert/Sites/minor/web-apps-from-scratch/week_3",
"author": {
"email": "dmitri.voronianski@gmail.com",
"name": "Dmitri Voronianski"
},
"dependencies": {},
"description": "Waveform.js makes drawing SoundCloud waveforms simple and lets you style and color them the way you want it.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "e6eed52fe8b6b3717a8d77fe698392fa6ccc8761",
"tarball": "http://registry.npmjs.org/waveform.js/-/waveform.js-1.0.0.tgz"
},
"gitHead": "0b0eb3855a726e16bdc8b692b9c38eef819e175f",
"keywords": [
"browser",
"javascript",
"soundcloud",
"umd",
"waveform",
"wrapper"
],
"license": "MIT",
"main": "waveform-umd.js",
"maintainers": [
{
"name": "dmitri",
"email": "dmitri.voronianski@gmail.com"
}
],
"name": "waveform.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}