-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1001 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
38
39
40
{
"name": "mixtube-playback",
"version": "2.0.2",
"main": "./src/main/index",
"dependencies": {
"lodash": "^4.17.4",
"p-finally": "^1.0.0",
"shifty": "^1.5.1"
},
"devDependencies": {
"browser-sync": "^2.9.6",
"browserify": "^14.3.0",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.4",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.3.4",
"jshint": "^2.9.4",
"jshint-stylish": "^2.0.1",
"karma": "^1.6.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.31",
"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
}