FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "rijs.fn",
|
|
"version": "1.2.6",
|
|
"main": "index",
|
|
"author": "Pedram Emrouznejad (https://github.com/pemrouz)",
|
|
"browser": "client",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rijs/fn.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run client && npm run rollup && npm run minify && npm run gzip",
|
|
"client": "uglifyjs index.js -b -d client=true -c > client.js",
|
|
"rollup": "rollup -c",
|
|
"minify": "uglifyjs client.bundle.js -m -c keep_fargs=false > client.min.js",
|
|
"gzip": "gzip -c client.min.js > client.min.js.gz",
|
|
"test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec",
|
|
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage",
|
|
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
|
|
"version": "npm run build && git add -A",
|
|
"postversion": "git push && git push --tags"
|
|
},
|
|
"license": "pemrouz.mit-license.org",
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"coveralls": "*",
|
|
"istanbul": "*",
|
|
"mocha": "^5.1.1",
|
|
"mocha-lcov-reporter": "*",
|
|
"popper": "*",
|
|
"rijs.core": "^1.2.4",
|
|
"rollup": "^0.58.1",
|
|
"rollup-plugin-buble": "^0.16.0",
|
|
"rollup-plugin-commonjs": "^8.2.1",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"uglify-es": "^3.3.10"
|
|
},
|
|
"dependencies": {
|
|
"browser-resolve": "^1.11.2",
|
|
"utilise": "^2.3.5"
|
|
}
|
|
}
|