-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
37 lines (37 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
{
"name": "broccoli-serviceworker",
"version": "0.1.6",
"description": "A broccoli plugin automating ServiceWorker file creation for Broccoli and Ember.js",
"main": "lib/service-worker.js",
"ember-addon": {
"main": "lib/ember-addon.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jkleinsc/broccoli-serviceworker"
},
"keywords": [
"ember-addon",
"broccoli",
"broccoli-plugin",
"serviceworker"
],
"author": "John Kleinschmidt",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkleinsc/broccoli-serviceworker/issues"
},
"homepage": "https://github.com/jkleinsc/broccoli-serviceworker",
"dependencies": {
"broccoli-funnel": "~1.0.1",
"broccoli-kitchen-sink-helpers": "~0.3.1",
"broccoli-merge-trees": "~1.1.1",
"broccoli-writer": "~0.1.1",
"rsvp": "^3.1.0",
"stringifile": "^0.1.1",
"sw-toolbox": "3.4.0"
}
}