mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
37 lines
875 B
JSON
37 lines
875 B
JSON
{
|
|
"name": "www",
|
|
"version": "1.0.0",
|
|
"description": "Standalone WWW client for Scratch",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "make start",
|
|
"test": "make test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/llk/scratch-www.git"
|
|
},
|
|
"author": "MIT",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/llk/scratch-www/issues"
|
|
},
|
|
"homepage": "https://github.com/llk/scratch-www#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"css-loader": "0.17.0",
|
|
"eslint": "1.0.0",
|
|
"eslint-plugin-react": "3.3.1",
|
|
"json-loader": "0.5.2",
|
|
"jsx-loader": "0.13.2",
|
|
"live-server": "0.8.1",
|
|
"node-sass": "3.3.2",
|
|
"react": "0.13.3",
|
|
"sass-loader": "2.0.1",
|
|
"style-loader": "0.12.3",
|
|
"tape": "4.2.0",
|
|
"watch": "0.16.0",
|
|
"webpack": "1.12.0",
|
|
"xhr": "2.0.4"
|
|
}
|
|
}
|