forked from compat-table/compat-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (44 loc) · 1.2 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
{
"name": "compat-table",
"version": "0.0.0",
"main": "node.js",
"engine": {
"node" : ">= 0.11.12",
"npm" : ">= 3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/kangax/compat-table.git"
},
"private": true,
"dependencies": {
"chalk": "~0.5.0-1",
"cheerio": "~0.18.0",
"object.assign": "^3.0.1",
"babel-core": "latest",
"babel-preset-es2015": "latest",
"babel-preset-stage-0":"latest",
"babel-polyfill": "latest",
"es6-transpiler": "latest",
"closurecompiler": "latest",
"traceur": "latest",
"typescript": "latest",
"jstransform": "latest",
"esprima": "latest",
"espree": "latest",
"jshint": "latest",
"es5-shim": "latest",
"es6-shim": "latest",
"es7-shim": "latest",
"core-js": "latest",
"esdown": "latest"
},
"scripts": {
"lint": "jshint data-es5.js data-es6.js data-esnext.js",
"build": "node build.js",
"build:compilers": "node build.js compilers"
},
"config": {
"unsafe-perm": true
}
}