Current File : //home/tradevaly/www/node_modules/dragula/package.json |
{
"_args": [
[
"dragula@3.7.3",
"/home/skote/public_html"
]
],
"_from": "dragula@3.7.3",
"_id": "dragula@3.7.3",
"_inBundle": false,
"_integrity": "sha512-/rRg4zRhcpf81TyDhaHLtXt6sEywdfpv1cRUMeFFy7DuypH2U0WUL0GTdyAQvXegviT4PJK4KuMmOaIDpICseQ==",
"_location": "/dragula",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dragula@3.7.3",
"name": "dragula",
"escapedName": "dragula",
"rawSpec": "3.7.3",
"saveSpec": null,
"fetchSpec": "3.7.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/dragula/-/dragula-3.7.3.tgz",
"_spec": "3.7.3",
"_where": "/home/skote/public_html",
"author": {
"name": "Nicolas Bevacqua",
"email": "nicolasbevacqua@gmail.com",
"url": "http://bevacqua.io/"
},
"bugs": {
"url": "https://github.com/bevacqua/dragula/issues"
},
"dependencies": {
"contra": "1.9.4",
"crossvent": "1.5.5"
},
"description": "Drag and drop so simple it hurts",
"devDependencies": {
"browserify": "16.5.2",
"clean-css": "4.2.3",
"clean-css-cli": "^4.3.0",
"hihat": "2.6.4",
"jshint": "2.12.0",
"jshint-stylish": "2.2.1",
"nib": "1.1.2",
"stylus": "0.54.8",
"tap-dev-tool": "1.3.0",
"tape": "5.0.1",
"tape-run": "8.0.0",
"uglify-js": "3.11.0",
"watchify": "3.11.1"
},
"homepage": "https://github.com/bevacqua/dragula",
"license": "MIT",
"main": "dragula.js",
"name": "dragula",
"repository": {
"type": "git",
"url": "git+https://github.com/bevacqua/dragula.git"
},
"scripts": {
"build": "npm run scripts && npm run styles",
"deploy": "npm run build && npm run deployment && npm run sync",
"deployment": "git add dist && npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -am \"Autogenerated pre-deployment commit\" && git reset HEAD~2 && git add . && git commit -am \"Release $(cat package.json | jq -r .version)\" && git push --tags && npm publish && git push",
"lint": "jshint . --reporter node_modules/jshint-stylish/index.js",
"scripts": "jshint . && browserify -s dragula -do dist/dragula.js dragula.js && uglifyjs -m -c -o dist/dragula.min.js dist/dragula.js",
"start": "watchify -dvo example/example.min.js example/example.js & watchify -dvs dragula -o dist/dragula.js dragula.js & stylus -w dragula.styl --import node_modules/nib -o dist",
"styles": "stylus dragula.styl --import node_modules/nib -o dist && cleancss dist/dragula.css -o dist/dragula.min.css",
"sync": "git checkout gh-pages ; git merge master ; git push ; git checkout master",
"test": "npm run lint && browserify test/*.js | tape-run",
"test-watch": "hihat test/*.js -p tap-dev-tool"
},
"version": "3.7.3"
}