-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
36 lines (36 loc) · 1.02 KB
/
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
31
32
33
34
35
36
{
"name": "Scratch-JS",
"version": "0.0.25",
"description": "Write ES6 (and other compile-to-JS languages) and execute it on a page from inside DevTools.",
"repository": {
"type": "git",
"url": "git@github.com:richgilbank/Scratch-JS.git"
},
"author": "Rich Gilbank (@richgilbank)",
"license": "MIT",
"bugs": {
"url": "https://github.com/richgilbank/Scratch-JS/issues"
},
"scripts": {
"start": "gulp",
"build": "gulp -- build"
},
"homepage": "https://github.com/richgilbank/Scratch-JS",
"dependencies": {
"babel-standalone": "6.7.7",
"babel-polyfill": "6.9.1",
"codemirror": "^5.10.0",
"coffee-script": "https://github.com/jashkenas/coffeescript/archive/1.10.0.tar.gz",
"LiveScript": "https://github.com/gkz/LiveScript/archive/1.3.1.tar.gz",
"traceur": "0.0.110"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^4.0.0",
"gulp-debug": "^4.0.0",
"gulp-stylus": "^2.7.0",
"gulp-usemin": "^0.3.29",
"gulp-zip": "^3.2.0",
"tiny-lr": "^1.1.1"
}
}