-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1004 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1004 Bytes
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": "waveformjs",
"version": "1.0.2",
"description": "A library to build soundcloud like waveforms",
"main": "./dist/js/waveform.js",
"homepage": "https://github.com/samcrosoft/waveformjs",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/samcrosoft/waveformjs"
},
"keywords": [
"waveformjs",
"soundcloud",
"waveform",
"waveform-soundcloud",
"javascript",
"browser",
"wrapper",
"umd"
],
"author": "Samuel Olowofela",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"coffeeify": "^2.0.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"observant": "^1.0.0"
}
}