-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 987 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
38
39
40
41
42
43
44
45
{
"name": "defs",
"version": "1.1.1",
"description": "Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.",
"main": "build/es5/defs-main.js",
"repository": {
"type": "git",
"url": "https://github.com/olov/defs.git"
},
"dependencies": {
"alter": "~0.2.0",
"ast-traverse": "~0.1.1",
"breakable": "~1.0.0",
"esprima-fb": "~15001.1001.0-dev-harmony-fb",
"simple-fmt": "~0.1.0",
"simple-is": "~0.2.0",
"stringmap": "~0.2.2",
"stringset": "~0.2.1",
"tryor": "~0.1.2",
"yargs": "~3.27.0"
},
"devDependencies": {
"diff": "~2.1.3"
},
"keywords": [
"defs",
"scope",
"blockscope",
"block-scope",
"let",
"const",
"var",
"es6",
"transpile",
"transpiler",
"lint",
"linter"
],
"scripts": {
"test": "node --harmony run-tests"
},
"bin": "./build/es5/defs",
"author": "Olov Lassus <[email protected]>",
"license": "MIT"
}