UNPKG

2.31 kBJSONView Raw
1{
2 "name": "@wcjiang/notify",
3 "version": "2.0.12",
4 "description": "JS achieve the browser title flashing , scrolling, voice prompts , chrome notice.",
5 "main": "index.js",
6 "module": "dist/notify.esm.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/jaywcjlove/iNotify.git"
10 },
11 "keywords": [
12 "inotify",
13 "notify",
14 "alert",
15 "notice",
16 "notification"
17 ],
18 "author": "kenny wang",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/jaywcjlove/iNotify/issues"
22 },
23 "homepage": "http://jaywcjlove.github.io/iNotify",
24 "scripts": {
25 "build": "node scripts/build.js",
26 "watch": "node scripts/watch.js",
27 "deploy": "npm run doc:build && gh-pages -d build",
28 "doc": "npm run doc:dev",
29 "doc:dev": "NODE_ENV=development parcel website/index.html --out-dir build/ --no-cache",
30 "doc:build": "NODE_ENV=production parcel build website/index.html --out-dir build/ --public-url ./ --no-cache"
31 },
32 "devDependencies": {
33 "@babel/cli": "^7.2.0",
34 "@babel/core": "^7.2.0",
35 "@babel/plugin-proposal-class-properties": "^7.2.0",
36 "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
37 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
38 "@babel/plugin-transform-async-to-generator": "^7.2.0",
39 "@babel/plugin-transform-react-jsx-source": "^7.2.0",
40 "@babel/plugin-transform-runtime": "^7.2.0",
41 "@babel/preset-env": "^7.2.0",
42 "@babel/preset-react": "^7.0.0",
43 "@babel/runtime": "^7.2.0",
44 "autoprefixer": "^8.6.5",
45 "babel-eslint": "^8.2.6",
46 "bannerjs": "^1.0.5",
47 "classnames": "^2.2.6",
48 "colors-cli": "^1.0.17",
49 "eslint": "^5.1.0",
50 "eslint-config-airbnb": "^17.0.0",
51 "eslint-plugin-import": "^2.13.0",
52 "eslint-plugin-jsx-a11y": "^6.1.0",
53 "eslint-plugin-react": "^7.10.0",
54 "gh-pages": "^1.2.0",
55 "highlight.js": "^9.12.0",
56 "less": "^3.7.1",
57 "parcel-bundler": "^1.10.3",
58 "parcel-plugin-markdown-string": "^1.3.2",
59 "postcss-modules": "^1.1.0",
60 "react": "^16.4.1",
61 "react-dom": "^16.4.1",
62 "react-markdown": "^3.3.4",
63 "rollup": "^0.62.0",
64 "rollup-plugin-babel": "^4.0.3",
65 "rollup-plugin-commonjs": "^9.2.0",
66 "rollup-plugin-node-resolve": "^3.4.0",
67 "uglify-js": "^3.4.4",
68 "zlib": "^1.0.5"
69 },
70 "dependencies": {}
71}