forked from scratchfoundation/scratch-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 747 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "scratch-resources",
"version": "0.1.0",
"description": "Source and published versions of Scratch materials and resources",
"scripts": {
"lint": "eslint ./resources/js/list.js",
"localize": "./bin/build-www-json ./resources/www/ ./resources/",
"build": "./bin/make-zips.sh && npm run localize",
"test": "npm run lint"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"homepage": "https://github.com/LLK/scratch-resources#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LLK/scratch-resources.git"
},
"devDependencies": {
"eslint": "4.18.2",
"lodash.merge": "4.6.0"
}
}