-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.24 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
{
"name": "offliner.js",
"version": "1.1.1",
"description": "Enable your web app to be installed, work offline and be always up to date.",
"main": "dist/offliner.min.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "gulp sw-tests"
},
"repository": {
"type": "git",
"url": "https://delapuente@github.com/delapuente/offliner.git"
},
"keywords": [
"serviceworker",
"plugable",
"offline",
"web",
"application"
],
"author": "Salvador de la Puente González <salva@unoyunodiez.com>",
"license": "Apache2",
"bugs": {
"url": "https://github.com/delapuente/offliner/issues"
},
"homepage": "https://github.com/delapuente/offliner",
"devDependencies": {
"chai": "^2.2.0",
"gulp": "^3.8.11",
"gulp-jshint": "^1.9.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.2.0",
"gulp-webserver": "^0.9.0",
"gulp-yuidoc": "^0.1.2",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.8",
"karma-firefox-launcher": "delapuente/karma-firefox-launcher#add-flags",
"karma-sw-mocha": "delapuente/karma-sw-mocha#master",
"karma-sinon": "^1.0.4",
"mocha": "delapuente/mocha#sw",
"sinon": "^1.14.1"
}
}