scratch-blocks/package.json
Ray Schamp fb5e97d918 Build playgrounds for gh-pages
Sets up the necessary structure in the gh-pages directory to run the uncompressed playgrounds. Deploy the gh-pages directory to the gh-pages branch after publishing to NPM.
2016-12-24 13:17:24 -05:00

30 lines
1,005 B
JSON

{
"name": "scratch-blocks",
"version": "0.1.0",
"description": "Scratch Blocks is a library for building creative computing interfaces.",
"author": "Massachusetts Institute of Technology",
"license": "Apache-2.0",
"homepage": "https://github.com/LLK/scratch-blocks#readme",
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-blocks.git"
},
"main": "./dist/vertical.js",
"scripts": {
"deploy": "gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1)\"",
"prepublish": "python build.py && webpack",
"test": "eslint .",
"version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
},
"devDependencies": {
"copy-webpack-plugin": "4.0.1",
"eslint": "2.9.0",
"exports-loader": "0.6.3",
"gh-pages": "0.12.0",
"google-closure-library": "20160911.0.0",
"imports-loader": "0.6.5",
"json": "9.0.4",
"travis-after-all": "1.4.4",
"webpack": "1.13.2"
}
}