Skip to content

Commit

Permalink
[dist] 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doublerebel committed Oct 7, 2017
1 parent 5b57b3d commit b29e989
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "spine-shift-checkbox",
"version": "1.0.0",
"description": "A Spine Controller providing multiselect checkbox and checkbox rows with shift key support. Based on https://github.com/nylen/shiftcheckbox",
"main": "spine-shift-checkbox.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/iced --bare --map --runtime node -o ./ -c src/"
},
"repository": {
"type": "git",
"url": "git://github.com/nextorigin/spine-shift-checkbox.git"
},
"keywords": [
"spine",
"spinejs",
"spinemvc",
"multi-select",
"multiselect",
"shift",
"checkbox"
],
"author": "doublerebel",
"license": "MIT",
"bugs": {
"url": "https://github.com/nextorigin/spine-shift-checkbox/issues"
},
"homepage": "https://github.com/nextorigin/spine-shift-checkbox#readme",
"dependencies": {
"iced-runtime": "^1.0.3",
"spine": "^1.6.2"
},
"devDependencies": {
"iced-coffee-script": "^108.0.11"
}
}

0 comments on commit b29e989

Please sign in to comment.