forked from scratchfoundation/scratch-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1005 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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"
}
}