|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 |
| - "version": "1.0.18", |
| 3 | + "version": "1.1.0", |
4 | 4 | "name": "goose-phantom-environment",
|
5 | 5 | "main": "lib/PhantomEnvironment.js",
|
6 | 6 | "repository": "redco/goose-phantom-environment",
|
7 | 7 | "description": "Environment for Goose parser which allows to run it in PhantomJS",
|
8 | 8 | "license": "SEE LICENSE IN LICENSE",
|
9 | 9 | "dependencies": {
|
10 |
| - "babel-polyfill": "^6.23.0", |
11 | 10 | "debug": "^3.1.0",
|
12 |
| - "goose-abstract-environment": "^1.0.12", |
| 11 | + "goose-abstract-environment": "^1.1.0", |
13 | 12 | "lodash.clone": "^4.5.0",
|
14 | 13 | "lodash.defaults": "^4.2.0",
|
15 | 14 | "lodash.sample": "^4.2.1",
|
|
18 | 17 | "phantomjs-prebuilt": "^2.1.7"
|
19 | 18 | },
|
20 | 19 | "devDependencies": {
|
21 |
| - "babel-cli": "^6.18.0", |
22 |
| - "babel-eslint": "^7.1.1", |
23 |
| - "babel-plugin-transform-runtime": "^6.15.0", |
24 |
| - "babel-preset-latest": "^6.16.0", |
25 |
| - "babel-preset-stage-0": "^6.16.0", |
26 | 20 | "eslint": "^3.13.1",
|
27 | 21 | "eslint-config-airbnb-base": "^11.0.1",
|
28 | 22 | "eslint-plugin-import": "^2.2.0",
|
|
0 commit comments