interactjs
Version:
Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)
84 lines (83 loc) • 2.3 kB
JSON
{
"name": "interactjs",
"version": "1.3.0-alpha.3+sha.9595c40",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git"
},
"files": [
"dist/",
"src/",
"index.js",
"LICENSE",
"interact.d.ts",
"interact-test.ts"
],
"main": "dist/interact.js",
"scripts": {
"start": "node build --watch",
"build": "node build --docs",
"lint": "node build/lint",
"test": "npm run lint -- --fail-on-error && istanbul cover --print none tests/index.js | tap-spec && istanbul report text-summary",
"docs": "node build/docs -- --go",
"_dr.js": "dr.js _dr.json && cp img/ijs-anim-short.svg img/ijs-32.png dist/docs/img",
"precommit": "npm run lint -- --fail-on-error",
"prepush": "npm run preversion",
"preversion": "npm test && istanbul check-coverage",
"version": "git clean -fx dist && git add -- package.json && npm run build -- --no-metadata && git add -A -- dist",
"postversion": "",
"release": "npm version --no-git-tag-version -m 'v%s'",
"pre-release": "sh build/pre-release.sh",
"bump": "node build/bump $@"
},
"description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
"homepage": "http://interactjs.io",
"authors": [
{
"name": "Taye Adeyemi",
"email": "dev@taye.me",
"url": "http://taye.me"
}
],
"keywords": [
"interact.js",
"draggable",
"droppable",
"drag",
"drop",
"drag and drop",
"resize",
"touch",
"multi-touch",
"gesture",
"snap",
"inertia",
"grid",
"autoscroll",
"SVG"
],
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"combine-source-map": "^0.7.1",
"domator": "^2.0.0",
"dr.js": "github:taye/dr.js",
"errorify": "^0.3.1",
"eslint": "^3.16.0",
"eslint-plugin-require-path-exists": "^1.1.5",
"husky": "^0.13.1",
"istanbul": "^0.4.5",
"jsdom": "^9.11.0",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"semver": "^5.3.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"through2": "^2.0.0",
"uglify-js": "^2.7.5",
"watchify": "^3.9.0"
}
}