-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 907 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
{
"name": "nodent-compiler",
"version": "3.2.13",
"description": "NoDent - Asynchronous Javascript language extensions",
"main": "compiler.js",
"scripts": {
"test": "node tests tests/semantics/*"
},
"dependencies": {
"acorn": ">= 2.5.2 <= 5.7.5",
"acorn-es7-plugin": "^1.1.7",
"nodent-transform": "^3.2.9",
"source-map": "^0.5.7"
},
"devDependencies": {
"nodent-runtime": "^3.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/MatAtBread/nodent-compiler.git"
},
"engines": "node >= 0.10.0",
"keywords": [
"Javascript",
"ES7",
"async",
"await",
"language",
"extensions",
"Node",
"callback",
"generator",
"Promise",
"asynchronous"
],
"author": "Mat At Bread <nodent@mailed.me.uk>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/MatAtBread/nodent/issues"
}
}