forked from scratchfoundation/scratch-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 913 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 913 Bytes
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
{
"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": {
"prepublish": "python ./build.py && ./node_modules/.bin/webpack",
"test": "./node_modules/.bin/eslint .",
"version": "./node_modules/.bin/json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
},
"devDependencies": {
"eslint": "2.9.0",
"exports-loader": "0.6.3",
"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"
}
}