forked from mixtube/mixtube-playback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 919 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
35
36
37
{
"name": "mixtube-playback",
"version": "1.0.1",
"main": "./src/main/playback",
"dependencies": {
"lodash": "^3.10.1",
"shifty": "^1.5.1"
},
"devDependencies": {
"browser-sync": "^2.9.6",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.10",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start",
"serve": "gulp serve"
},
"repository": {
"type": "git",
"url": "https://github.com/jraoult/mixtube-playback.git"
},
"author": "Jonathan Raoult",
"license": "MIT",
"private": true
}