forked from tc39/proposal-throw-expressions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 939 Bytes
/
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
{
"name": "proposal-throw-expressions",
"version": "0.0.0",
"description": "Proposal to add 'throw' expressions to ECMAScript",
"private": true,
"scripts": {
"compile": "gulp build",
"start": "gulp start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tc39/proposal-throw-expressions.git"
},
"keywords": [
"javascript",
"ecmascript"
],
"author": "Ron Buckton ([email protected])",
"license": "SEE LICENSE IN https://tc39.github.io/ecma262/#sec-copyright-and-software-license",
"bugs": {
"url": "https://github.com/tc39/proposal-throw-expressions/issues"
},
"homepage": "https://github.com/tc39/proposal-throw-expressions#readme",
"devDependencies": {
"@tc39/ecma262-biblio": "^2.1.2669",
"del": "^6.0.0",
"ecmarkup": "^18.1.1",
"gulp": "^4.0.2",
"gulp-emu": "^2.1.0",
"gulp-live-server": "0.0.31",
"gulp-rename": "^2.0.0"
}
}