-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 1.18 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
{
"name": "fallback-custom-scheme",
"version": "0.1.4",
"description": "Launcher application (iOS, Android, Windows, Mac) from web page.",
"main": "bundle.js",
"scripts": {
"build": "rollup -c rollup.config.js && cp ./bundle.js ./docs/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "onchange 'src/**/*.js' -- npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/SatoshiKawabata/fallback-custom-scheme"
},
"author": "SatoshiKawabata <kwst.andromeda.ma@gmail.com> (http://qiita.com/kwst)",
"license": "ISC",
"dependencies": {
"jquery": "^1.12.4",
"query-string": "^4.2.3"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-preset-stage-2": "^6.13.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"onchange": "^3.0.0",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^4.1.0",
"rollup-plugin-json": "^2.0.1",
"rollup-plugin-node-resolve": "^2.0.0"
}
}