forked from pi0/clippyjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 933 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
{
"name": "clippyjs",
"version": "0.0.3",
"description": "Add Clippy or his friends to any website for instant nostalgia.",
"main": "dist/clippy.js",
"web": "dist/clippy.js",
"module": "dist/clippy.esm.js",
"jsnext:main": "dist/clippy.esm.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pi0/clippyjs.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pi0/clippyjs/issues"
},
"homepage": "https://github.com/pi0/clippyjs#readme",
"dependencies": {
"jquery": "^3.2.1"
},
"devDependencies": {
"rollup": "^0.42.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.0.0",
"uglify-js-harmony": "^2.7.7"
}
}