angular-ide
Version:
Provides a seamless integration with the Angular IDE from the command-line for developers looking for an enhanced development experience with Angular.
102 lines (101 loc) • 2.73 kB
JSON
{
"name": "angular-ide",
"version": "0.9.77",
"description": "Provides a seamless integration with the Angular IDE from the command-line for developers looking for an enhanced development experience with Angular.",
"directories": {
"doc": "doc",
"test": "tests"
},
"bin": {
"ngide": "./bin/ngide"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"postinstall": "node ./scripts/post.js",
"test": "ember try:testall",
"lint": "eslint index.js addon",
"unit": "mocha"
},
"repository": "",
"engines": {
"node": ">= 6.0.0"
},
"author": {
"name": "Genuitec, LLC.",
"email": "info@genuitec.com",
"url": "https://www.genuitec.com/"
},
"license": "SEE LICENSE IN EULA",
"homepage": "https://www.genuitec.com/products/angular-ide/",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"broccoli-asset-rev": "^2.4.2",
"chai": "^3.5.0",
"chai-rx": "0.0.2",
"ember-ajax": "0.7.1",
"ember-cli": "2.5.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars": "^1.0.3",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-jshint": "^1.0.0",
"ember-cli-qunit": "^1.4.0",
"ember-cli-release": "0.2.9",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-data": "^2.5.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.5.1",
"ember-resolver": "^2.0.3",
"ember-try": "^0.2.2",
"eslint": "^3.3.1",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.14.0",
"loader.js": "^4.0.1",
"mocha": "^3.1.0",
"semver": "^6.2.0"
},
"keywords": [
"webclipse",
"eclipse",
"angular2",
"angular-cli",
"typescript",
"ember-addon",
"codemix"
],
"dependencies": {
"angular-ide-loader": "^0.9.12",
"chalk": "1.1.3",
"chokidar": "3.3.1",
"commander": "2.9.0",
"debug": "2.6.9",
"decompress-zip": "0.3.2",
"fs-extra": "2.1.2",
"homedir": "0.6.0",
"intercept-stdout": "0.1.2",
"jju": "1.3.0",
"moment": "2.19.3",
"node-downloader-helper": "1.0.8",
"q": "1.4.1",
"ramda": "0.25.0",
"rxjs": "5.0.1",
"semver": "6.2.0",
"slashes": "1.0.5",
"tar-fs": "1.13.2",
"winston": "2.3.1",
"ws": "1.1.5"
},
"ember-addon": {
"configPath": "tests/dummy /config"
},
"bugs": {
"url": "https://www.genuitec.com/forums/topics/webclipse/",
"email": "support@genuitec.com"
}
}