UNPKG

angular-meteor

Version:

Combining the simplicity and power of AngularJS and Meteor

57 lines (56 loc) 1.9 kB
{ "name": "angular-meteor", "version": "1.3.12", "main": "dist/angular-meteor.js", "description": "Combining the simplicity and power of AngularJS and Meteor", "keywords": [ "AngularJS", "Meteor", "angular-meteor", "angular" ], "license": "MIT", "scripts": { "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "lint": "eslint .", "pretest": "cd tests && npm install", "test": "cd tests && meteor test --once --driver-package=dispatch:mocha-phantomjs", "test:watch": "cd tests && meteor test --driver-package=practicalmeteor:mocha", "dev:start": "node scripts/dev.js", "dev:stop": "node scripts/dev.js --stop", "watch": "webpack --watch --progress --config webpack/dist.js", "prewatch:dev": "npm run dev:start", "watch:dev": "webpack --watch --progress --config webpack/dev.js", "build:dist": "webpack --progress --config webpack/dist.js", "prebuild:dev": "npm run dev:start", "build:dev": "webpack --progress --config webpack/dev.js", "build:prod": "webpack --progress --config webpack/prod.js --optimize-minimize", "build": "npm run build:dist && npm run build:prod", "prepublish": "npm run build" }, "dependencies": { "jsondiffpatch": "^0.1.38", "underscore": "^1.0.4" }, "peerDependencies": { "angular": "^1.4.0" }, "devDependencies": { "babel": "^6.3.26", "babel-core": "^6.4.5", "babel-eslint": "^4.1.6", "babel-loader": "^6.2.1", "babel-plugin-add-module-exports": "^0.1.2", "babel-preset-es2015": "^6.3.13", "conventional-changelog-cli": "^1.1.1", "eslint": "^1.10.3", "eslint-config-airbnb": "^4.0.0", "eslint-loader": "^1.2.1", "eslint-plugin-import": "^0.13.0", "lodash": "^3.10.1", "parallelshell": "^2.0.0", "replace-in-file": "^1.0.2", "velocity-cli": "^0.4.3", "webpack": "^1.12.9" } }