forked from Nickersoft/push.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 955 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": "push.js",
"version": "0.0.13",
"description": "A compact, cross-browser solution for the Javascript Notifications API",
"main": "push.js",
"scripts": {
"build": "node_modules/.bin/uglifyjs push.js -o push.min.js --comments",
"test": "node_modules/.bin/karma start",
"prepublish": "npm run build"
},
"files": [
"test",
"*.js",
"*.html",
"*.md"
],
"repository": {
"type": "git",
"url": "https://github.com/Nickersoft/push.js"
},
"author": "Tyler Nickerson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nickersoft/push.js/issues"
},
"homepage": "https://github.com/Nickersoft/push.js",
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^1.3.0",
"uglify-js": "^2.6.2",
"coveralls": "^2.11.15"
}
}