-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
37 lines (37 loc) · 920 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
34
35
36
37
{
"name": "ecma-proposal-ses",
"private": true,
"version": "0.0.0",
"description": "ECMAScript Proposal for SES (Secure EcmaScript)",
"scripts": {
"build": "ecmarkup spec/index.emu index.html",
"watch": "ecmarkup --watch spec/index.emu index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tc39/proposal-ses.git"
},
"main": "shim/src/main.js",
"keywords": [
"realms",
"frozen",
"ES8",
"ES2017",
"ECMAScript",
"ESNext",
"spec",
"proposal"
],
"author": {
"name": "Mark S. Miller"
},
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/tc39/proposal-ses/issues"
},
"homepage": "https://github.com/tc39/proposal-ses#readme",
"dependencies": {},
"devDependencies": {
"ecmarkup": "latest"
}
}