Skip to content
Snippets Groups Projects
package.json 1.21 KiB
Newer Older
Ray Schamp's avatar
Ray Schamp committed
{
  "name": "scratch-gui",
  "version": "0.1.0",
  "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
  "main": "./src/index.js",
  "scripts": {
Ray Schamp's avatar
Ray Schamp committed
    "start": "make serve",
    "test": "make test"
Ray Schamp's avatar
Ray Schamp committed
  },
  "author": "Massachusetts Institute of Technology",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/LLK/scratch-gui#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/LLK/scratch-gui.git"
  },
  "devDependencies": {
    "babel-core": "6.14.0",
    "babel-eslint": "6.1.2",
    "babel-loader": "6.2.5",
    "babel-preset-es2015": "6.14.0",
    "babel-preset-react": "6.11.1",
Ray Schamp's avatar
Ray Schamp committed
Ray Schamp's avatar
Ray Schamp committed
Ray Schamp's avatar
Ray Schamp committed
    "webpack": "1.13.2",
Ray Schamp's avatar
Ray Schamp committed
  }
}