-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 982 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": "ml-lodlive",
"version": "0.3.1",
"repository": "https://github.com/withjam/ml-lodlive.git",
"license": "Apache-2.0",
"scripts": {
"test": "karma start"
},
"devDependencies": {
"browserify": "^11.1.0",
"browserify-istanbul": "^0.2.1",
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.4.3",
"gulp-gzip": "0.0.8",
"gulp-rename": "^1.2.0",
"gulp-tar": "^1.3.2",
"gulp-uglify": "^1.1.0",
"jquery": "^2.1.4",
"karma": "^0.13.10",
"karma-browserify": "^4.3.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.2",
"karma-fixture": "^0.2.5",
"karma-json-fixtures-preprocessor": "0.0.5",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}