UNPKG

1.06 kBJSONView Raw
1{
2 "name": "ababel-es2015",
3 "version": "2.0.2",
4 "description": "ababel with es2015 flavor",
5 "main": "lib",
6 "browser": "shim/browser.js",
7 "scripts": {
8 "test": "node ./ci/test.js",
9 "prepare": "node ./ci/build.js"
10 },
11 "repository": "a-labo/ababel-es2015",
12 "keywords": [
13 "ababel"
14 ],
15 "author": {
16 "name": "Taka Okunishi",
17 "email": "okunishitaka.com@gmail.com",
18 "url": "http://okunishitaka.com"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/a-labo/ababel-es2015/issues"
23 },
24 "homepage": "https://github.com/a-labo/ababel-es2015#readme",
25 "dependencies": {
26 "babel-preset-es2015": "^6.24.1",
27 "co": "^4.6.0"
28 },
29 "devDependencies": {
30 "ababel": "^2.0.1",
31 "amocha": "^2.0.0",
32 "ape-formatting": "^1.0.2",
33 "ape-releasing": "^4.0.4",
34 "ape-tasking": "^4.0.9",
35 "ape-tmpl": "^5.0.20",
36 "ape-updating": "^4.1.1",
37 "coz": "^6.0.20",
38 "injectmock": "^2.0.0"
39 },
40 "engines": {
41 "node": ">=6",
42 "npm": ">=4"
43 },
44 "peerDependencies": {
45 "ababel": ">=1"
46 }
47}