forked from mcwebb/angular-sound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 891 Bytes
/
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
{
"name": "angular-sound",
"version": "1.0.1",
"description": "AngularJS service to play audio via the Web Audio API",
"main": "dist/main.js",
"repository": {
"type": "git",
"url": "git://github.com/mcwebb/angular-sound.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.7.13",
"del": "^1.2.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.4",
"gulp-inject": "^1.3.1",
"gulp-ng-annotate": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tag-version": "^1.2.1",
"gulp-typescript": "^2.7.8",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"inquirer": "^0.8.5",
"requirejs": "^2.1.18",
"typescript": "^1.5.0-beta"
}
}