-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 966 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 966 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "nejs",
"description": "ECMAScript 6 to ECMAScript 3 transpiler.",
"homepage": "https://github.com/kobezzza/NeJS",
"main": "nejs.js",
"version": "0.1.19",
"license": "MIT",
"author": {
"name": "kobezzza",
"email": "kobezzza@mail.ru",
"url": "https://github.com/kobezzza"
},
"repository": {
"type": "git",
"url": "git://github.com/kobezzza/NeJS.git"
},
"bugs": {
"url": "https://github.com/kobezzza/NeJS/issues"
},
"bin": {
"nejs": "bin/nejs.js"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"commander": "^2.5.0",
"defs": "^1.0.1",
"escaper": "^1.4.4"
},
"devDependencies": {
"gulp": "^3.8.9",
"gulp-bump": "^0.1.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"install": "echo \"Deprecated. Use Babel: https://github.com/babel/babel\""
},
"keywords": [
"ecmascript6",
"transpiler",
"javascript"
]
}