forked from beatboxjs/ror-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 889 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-beatbox",
"version": "0.1.0",
"description": "A pattern-based drumming machine based on AngularJS.",
"repository": {
"type": "git",
"url": "https://github.com/beatboxjs/angular-beatbox.git"
},
"devDependencies": {
"async": "^1.5.0",
"event-stream": "^3.3.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-css-base64": "^1.3.2",
"gulp-if": "^2.0.0",
"gulp-inject": "^1.5.0",
"gulp-minify-css": "^1.2.1",
"gulp-newer": "^1.0.0",
"gulp-ng-annotate": "^0.5.3",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.4.2",
"main-bower-files": "^2.9.0",
"pako": "^0.2.8",
"stream-combiner": "^0.2.2",
"vinyl": "^1.1.0"
},
"author": "Candid Dauth",
"dependencies": {
"bower": "^1.6.5"
}
}