forked from googlearchive/Propel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.39 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
{
"name": "propel-web-push",
"version": "0.1.3",
"description": "A library to support developers implementing Web Push notifications",
"scripts": {
"publish-release": "./node_modules/sw-testing-helpers/project/publish-release.sh",
"build": "gulp default",
"build-docs": "esdoc -c esdoc.json",
"bundle": "./project/create-release-bundle.sh",
"lint": "eslint --ignore-path .gitignore '.'",
"test": "node ./test/helpers/browser-download.js && npm run lint && npm run build && mocha ./test/*.js"
},
"devDependencies": {
"babel-eslint": "^6.0.0-beta.1",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-header": "^0.9.2",
"chai": "^3.4.1",
"chalk": "^1.1.3",
"chromedriver": "^2.21.2",
"del": "^2.2.0",
"eslint": "^2.3.0",
"eslint-config-google": "^0.4.0",
"estraverse-fb": "^1.3.1",
"glob": "^7.0.3",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"mocha": "^2.3.4",
"pullr": "^0.3.2",
"require-dir": "^0.3.0",
"rollupify": "^0.2.0",
"run-sequence": "^1.1.5",
"selenium-assistant": "^0.2.0",
"selenium-webdriver": "^2.53.1",
"sinon": "^1.17.3",
"sw-testing-helpers": "0.0.15",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"which": "^1.2.4"
},
"license": "Apache-2.0"
}