UNPKG

955 BJSONView Raw
1{
2 "name": "rijs.components",
3 "version": "3.1.13",
4 "main": "index",
5 "author": "Pedram Emrouznejad (https://github.com/pemrouz)",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/rijs/components.git"
9 },
10 "scripts": {
11 "build": "npm run rollup && npm run minify && npm run gzip",
12 "rollup": "rollup -c",
13 "minify": "uglifyjs client.bundle.js -m -c keep_fargs=false > client.min.js",
14 "gzip": "gzip -c client.min.js > client.min.js.gz",
15 "test": "popper --color",
16 "version": "npm run build && git add -A",
17 "postversion": "git push && git push --tags"
18 },
19 "license": "pemrouz.mit-license.org",
20 "devDependencies": {
21 "rollup": "*",
22 "rollup-plugin-buble": "^0.16.0",
23 "rollup-plugin-commonjs": "^8.2.1",
24 "rollup-plugin-node-resolve": "^3.0.0",
25 "rollup-plugin-nodent": "^0.2.2",
26 "uglify-es": "^3.3.10"
27 },
28 "dependencies": {
29 "@compone/define": "^1.1.3",
30 "utilise": "*"
31 }
32}