-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jedi",
"version": "1.0.0-rc6.4",
"author": "Hax <[email protected]>",
"description": "jedi — a language for Web development",
"keywords": [
"view",
"template",
"dsl"
],
"license": "Apache-2.0",
"main": "index.js",
"files": [
"cli/",
"lib/",
"doc/",
"index.js",
"load.js",
"src/"
],
"bin": {
"jedi": "./cli/jedi",
"jedi-transpiler-service": "./cli/jedi-transpiler-service",
"jediphp": "./cli/jediphp"
},
"scripts": {
"test": "node test",
"prepublish": "babel --source-maps --out-dir lib --ignore *.ometa.js --copy-files src",
"postinstall": "./cli/jedi --version"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"commander": "^2.9.0",
"debug": "^2.2.0",
"es6-shim": "^0.35.1",
"es7-shim": "^6.0.0",
"js-yaml": "^3.6.1",
"maps": "^0.3.3",
"source-map-support": "^0.4.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-plugin-syntax-async-generators": "^6.8.0",
"babel-plugin-transform-es2015-generator-return": "^1.2.0",
"babel-plugin-transform-function-sent": "^1.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-features": "^2.1.3",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"coffee-script": "^1.9.3"
},
"repository": {
"type": "git",
"url": "http://github.com/baixing/jedi.git"
},
"homepage": "http://github.com/baixing/jedi",
"bugs": "http://github.com/baixing/jedi/issues"
}