-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "traktNRK",
"version": "1.0.0",
"description": "Trakt.tv and NRK integration",
"repository": {
"type": "git",
"url": "git://github.com/mrmamen/traktNRK.git"
},
"private": true,
"dependencies": {
"flux": "^2.1.1",
"moment": "2.22.2",
"react": "0.13.3",
"react-router": "2.0.0-rc5",
"rollbar": "^2.4.4"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "10.2.4",
"browserify-istanbul": "0.2.1",
"coveralls": "2.11.3",
"es6-promise-polyfill": "^1.2.0",
"es6-shim": "^0.35.0",
"fetch-polyfill": "^0.8.2",
"grunt": "0.4.5",
"grunt-karma": "0.12.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "2.3.1",
"gulp-concat": "2.6.0",
"gulp-if": "1.2.5",
"gulp-minify-css": "1.2.0",
"gulp-replace-task": "0.11.0",
"gulp-uglify": "3.0.0",
"gulp-zip": "^4.2.0",
"istanbul": "0.3.17",
"karma-browserify": "4.2.1",
"karma-chrome-launcher": "0.2.0",
"karma-coverage": "0.4.2",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.0",
"minimist": "1.1.1",
"phantomjs-polyfill": "0.0.1",
"reactify": "1.1.1",
"sinon": "1.15.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.2.3"
},
"scripts": {
"start": "gulp --env development",
"build": "gulp --env production",
"zip": "gulp zip",
"test": "karma start"
}
}