forked from MeoMix/StreamusChromeExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.5 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "Streamus",
"version": "0.180.0",
"private": true,
"description": "Streamus - The most popular Chrome extension YouTube video player",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "https://github.com/MeoMix/grunt-contrib-copy/tarball/master",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.3",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-creator": "^0.1.3",
"grunt-jscs": "^1.8.0",
"grunt-mocha": "^0.4.13",
"grunt-newer": "^1.1.1",
"grunt-recess": "https://github.com/MeoMix/grunt-recess/tarball/master",
"grunt-text-replace": "^0.4.0",
"grunt-version": "^1.0.0",
"grunt-webstore-upload": "https://github.com/MeoMix/grunt-webstore-upload/tarball/master",
"jit-grunt": "^0.9.1",
"jspm": "^0.16.2",
"lodash": "^3.3.0",
"rsvp": "^3.1.0",
"systemjs-builder": "^0.13.5"
},
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/MeoMix/StreamusChromeExtension.git"
},
"author": "Sean Anderson",
"license": "Apache License v2.0",
"bugs": {
"url": "https://github.com/MeoMix/StreamusChromeExtension/issues"
},
"homepage": "https://github.com/MeoMix/StreamusChromeExtension",
"jspm": {
"directories": {
"baseURL": "src",
"packages": "src/js/lib/jspm_packages"
},
"configFile": "src/js/lib/jspm.config.js",
"dependencies": {
"babel-runtime": "npm:babel-runtime@^5.8.20",
"backbone": "npm:[email protected]",
"backbone.babysitter": "github:marionettejs/backbone.babysitter@^0.1.10",
"backbone.cocktail": "npm:backbone.cocktail@^0.5.10",
"backbone.wreqr": "github:marionettejs/backbone.wreqr@^1.3.5",
"chai": "npm:chai@^3.2.0",
"handlebars": "github:components/handlebars.js@^4.0.2",
"hbs": "github:davis/plugin-hbs@^1.1.0",
"jquery": "github:components/jquery@^2.1.4",
"lodash": "npm:lodash@^3.10.1",
"marionette": "github:marionettejs/backbone.marionette@^2.4.2",
"mocha": "npm:mocha@^2.2.5",
"process": "npm:process@^0.11.1",
"sinon": "npm:sinon@^1.16.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"core-js": "npm:core-js@^1.1.0"
},
"overrides": {
"npm:[email protected]": {
"map": {
"underscore": "common/shim/lodash.reference.shim"
},
"format": "cjs"
},
"github:marionettejs/[email protected]": {
"map": {
"underscore": "common/shim/lodash.reference.shim"
},
"format": "cjs"
},
"github:marionettejs/[email protected]": {
"map": {
"underscore": "common/shim/lodash.reference.shim"
},
"format": "cjs"
},
"github:marionettejs/[email protected]": {
"map": {
"underscore": "common/shim/lodash.reference.shim"
},
"format": "cjs"
},
"npm:[email protected]": {
"map": {
"underscore": "common/shim/lodash.reference.shim"
},
"shim": {
"backbone": {
"deps": [
"jquery",
"common/shim/lodash.reference.shim"
]
}
},
"format": "cjs"
}
}
}
}