-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.13 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
{
"name": "j-echo",
"description": "A simple javascript audio library",
"version": "0.0.2",
"main": "gulpfile.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dooxe/jecho.git"
},
"keywords": [
"javascript",
"audio",
"sound"
],
"author": "dooxe (Maxime Daisy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dooxe/jecho/issues"
},
"homepage": "https://github.com/dooxe/jecho#readme",
"devDependencies": {
"@types/es6-promise": "0.0.32",
"@types/node": "^8.0.19",
"es6-promise": "^4.1.1",
"google-code-prettify": "^1.0.5",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-typescript": "^3.2.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"run-sequence": "^2.1.0",
"shelljs": "^0.7.8",
"typescript": "^2.4.2",
"yuidoc-bootstrap-theme": "^1.0.6",
"yuidocjs": "^0.10.2"
},
"dependencies": {}
}