UNPKG

1.33 kBJSONView Raw
1{
2 "name": "ababel",
3 "version": "4.0.5",
4 "description": "Compile with babel only when file changed from last time.",
5 "main": "lib",
6 "browser": false,
7 "scripts": {
8 "test": "node ./ci/test.js",
9 "prepare": "node ./ci/build.js"
10 },
11 "repository": "a-labo/ababel",
12 "keywords": [
13 "babel"
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/issues"
23 },
24 "homepage": "https://github.com/a-labo/ababel#readme",
25 "dependencies": {
26 "@babel/core": "^7.0.0-beta.38",
27 "@babel/plugin-transform-runtime": "^7.0.0-beta.38",
28 "@babel/preset-env": "^7.0.0-beta.38",
29 "aglob": "^3.0.0",
30 "akv": "^2.0.0",
31 "akv-status": "^2.0.0",
32 "asenv": "^2.0.0",
33 "asfs": "^2.0.1",
34 "convert-source-map": "^1.5.1",
35 "filedel": "^4.0.0",
36 "writeout": "^2.2.1"
37 },
38 "devDependencies": {
39 "@babel/preset-react": "^7.0.0-beta.38",
40 "amocha": "^4.0.0",
41 "ape-doc": "^2.0.4",
42 "ape-formatting": "^1.0.2",
43 "ape-releasing": "^4.0.4",
44 "ape-tasking": "^4.0.9",
45 "ape-tmpl": "^6.0.6",
46 "ape-updating": "^4.1.1",
47 "coz": "^6.0.20",
48 "injectmock": "^2.0.0"
49 },
50 "engines": {
51 "node": ">=8",
52 "npm": ">=4"
53 }
54}