-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "push-js",
"version": "1.1.1",
"description": "Push and Notifications API wrapper.",
"main": "dist/Push.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build",
"local": "node build && node example/server",
"bump:patch": "node bump && npm run build",
"bump:minor": "node bump --minor && npm run build",
"bump:major": "node bump --major && npm run build"
},
"keywords": [
"push",
"notifications",
"api",
"web",
"browser"
],
"dependencies": {},
"devDependencies": {
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-rollup": "^1.2.0",
"eslint": "^3.6.1",
"express": "^4.14.0",
"replace": "^0.3.0",
"rollup": "^0.36.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-uglify": "^1.0.1",
"yargs": "^6.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmitry-korolev/push-js.git"
},
"bugs": {
"url": "https://github.com/dmitry-korolev/push-js/issues"
},
"homepage": "https://github.com/dmitry-korolev/push-js",
"author": "Dmitry Korolev",
"license": "MIT"
}