-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 876 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 876 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
{
"name": "waves",
"version": "0.1.3",
"description": "namespaced wrapper for the waves components",
"main": "waves.js",
"standalone": "waves",
"scripts": {
"prebundle": "npm update -d",
"bundle": "node ./bin/scripts.js --bundle",
"postbundle": "npm run uglify",
"uglify": "node ./bin/scripts.js --uglify"
},
"repository": {
"type": "git",
"url": "https://github.com/wavesjs/waves.git"
},
"license": "BSD-3",
"bugs": {
"url": "https://github.com/wavesjs/waves/issues"
},
"homepage": "https://github.com/wavesjs/waves",
"dependencies": {
"babel-runtime": "4.7.6",
"waves-audio": "wavesjs/audio",
"waves-lfo": "wavesjs/lfo",
"waves-loaders": "wavesjs/loaders",
"waves-ui": "wavesjs/ui"
},
"devDependencies": {
"browserify": "^9.0.3",
"fs-extra": "^0.16.3",
"uglify-js": "^2.4.16"
}
}