forked from tc39/proposal-shadowrealm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 827 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": "ecma-proposal-realms",
"version": "1.0.0",
"description": "ECMAScript spec proposal for Realms API",
"license": "Apache-2.0",
"author": {
"name": "TC39 Open Source Contributors"
},
"keywords": [
"realms",
"ES8",
"ES2017",
"ECMAScript",
"ESNext",
"spec",
"proposal"
],
"homepage": "https://github.com/tc39/proposal-realms#readme",
"bugs": {
"url": "https://github.com/tc39/proposal-realms/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tc39/proposal-realms.git"
},
"scripts": {
"build": "ecmarkup spec/index.emu index.html --css ecmarkup.css --js ecmarkup.js",
"watch": "ecmarkup --watch spec/index.emu index.html --css ecmarkup.css --js ecmarkup.js"
},
"devDependencies": {
"ecmarkup": "^3.16.0"
}
}