{ "name": "atom-commons", "version": "0.1.0", "description": "Atom Commons for STS4", "repository": "https://github.com/spring-projects/sts4", "license": "MIT", "engines": { "atom": ">=1.17.0" }, "main": "./dist/index", "dependencies": { "atom-languageclient": "https://github.com/atom/atom-languageclient#master", "decompress": "^4.2.0", "portfinder": "^1.0.13", "remote-file-size": "^3.0.3", "postinstall-build": "^3.0.0" }, "scripts": { "clean": "rm -rf dist node_modules", "compile": "babel src --out-dir dist", "postinstall": "postinstall-build --only-as-dependency build \"npm run compile\"", "watch": "babel src --out-dir dist -w" }, "atomTranspilers": [ { "glob": "{src}/**/*.js", "transpiler": "atom-babel6-transpiler", "options": { "cacheKeyFiles": [ "package.json", ".babelrc" ] } } ], "devDependencies": { "atom-babel6-transpiler": "0.0.3", "atom-mocha-test-runner": "^1.0.0", "babel-cli": "^6.24.0", "babel-core": "6.22.1", "babel-plugin-add-module-exports": "0.2.1", "babel-plugin-transform-async-to-generator": "6.22.0", "babel-plugin-transform-class-properties": "6.23.0", "babel-plugin-transform-decorators-legacy": "1.3.4", "babel-plugin-transform-do-expressions": "6.22.0", "babel-plugin-transform-es2015-modules-commonjs": "6.23.0", "babel-plugin-transform-export-extensions": "6.22.0", "babel-plugin-transform-flow-strip-types": "6.22.0", "babel-plugin-transform-function-bind": "6.22.0", "babel-plugin-transform-object-rest-spread": "6.23.0" } }