parasitejs
Version:
Use javascript the way you want, fast as possible.
40 lines (39 loc) • 1.04 kB
JSON
{
"name": "parasitejs",
"version": "1.0.3",
"description": "Use javascript the way you want, fast as possible.",
"main": "dist/module/parasite",
"typings": "dist/module/parasite",
"scripts": {
"build": "sh build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ECRomaneli",
"keywords": [
"parasite",
"parasitejs",
"mquery",
"jquery",
"node",
"htmlelement",
"html",
"dom",
"dom-manipulation",
"event-listener",
"jquery-like",
"lightweight"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ECRomaneli/parasitejs.git"
},
"bugs": {
"url": "https://github.com/ECRomaneli/parasitejs/issues"
},
"homepage": "https://github.com/ECRomaneli/parasitejs#readme",
"devDependencies": {
"typescript": "3.2.2",
"uglify-js": "3.4.9"
},
"license": "MIT"
}