-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 829 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 829 Bytes
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
{
"name": "proposal-using-enforcement",
"version": "0.0.0",
"private": true,
"description": "ECMAScript Symbol.enter for opt-in strict enforcement of 'using'",
"homepage": "https://github.com/tc39/proposal-using-enforcement#readme",
"author": {
"name": "Ron Buckton",
"email": "ron.buckton@microsoft.com"
},
"keywords": [
"javascript",
"ecmascript"
],
"scripts": {
"build": "gulp build",
"start": "gulp start"
},
"license": "SEE LICENSE IN https://tc39.es/ecma262/#sec-copyright-and-software-license",
"devDependencies": {
"@tc39/ecma262-biblio": "^2.0.2322",
"del": "^6.0.0",
"ecmarkup": "^18.0.0",
"gulp": "^4.0.2",
"gulp-emu": "^2.2.0",
"gulp-live-server": "0.0.31",
"gulp-rename": "^2.0.0"
},
"repository": "tc39/proposal-using-enforcement"
}