UNPKG

ng-describe

Version:

Convenient BDD specs for Angular

80 lines (79 loc) 2.16 kB
{ "name": "ng-describe", "description": "Convenient BDD specs for Angular", "version": "1.0.0", "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "bugs": { "url": "https://github.com/kensho/ng-describe/issues" }, "contributors": [ "Gleb Bahmutov bahmutov", "Martin Camacho mcamac" ], "dependencies": { "check-more-types": "1.8.1", "check-types": "1.4.0", "lazy-ass": "0.5.8" }, "devDependencies": { "angular": "1.4.1", "angular-mocks": "1.4.1", "coveralls": "2.11.2", "dont-break": "0.3.3", "es5-shim": "4.1.7", "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-contrib-concat": "0.5.1", "grunt-contrib-jshint": "0.11.2", "grunt-contrib-watch": "0.6.1", "grunt-deps-ok": "0.8.0", "grunt-jsonlint": "1.0.4", "grunt-karma": "0.11.0", "grunt-nice-package": "0.9.2", "grunt-npm2bower-sync": "0.9.1", "grunt-readme": "0.4.5", "grunt-toc": "0.1.0", "karma": "0.12.28", "karma-chrome-launcher": "0.1.12", "karma-coverage": "0.4.2", "karma-mocha": "0.1.10", "karma-nested-reporter": "0.1.3", "karma-phantomjs-launcher": "0.2.0", "lazy-ass-helpful": "0.6.1", "matchdep": "0.3.0", "mocha": "2.2.5", "pre-git": "0.6.0" }, "engines": { "node": "0.10.*" }, "homepage": "https://github.com/kensho/ng-describe", "keywords": [ "angular", "angularjs", "testing", "unit", "bdd", "describe" ], "license": "MIT", "main": "ng-describe.js", "pre-commit": [ "npm test", "npm version" ], "repository": { "type": "git", "url": "git@github.com:kensho/ng-describe.git" }, "scripts": { "build": "grunt", "watch": "grunt watch", "test": "npm run build && npm run test-ng-1.2 && npm run test-ng-1.3 && npm run test-ng-1.4", "test-ng-1.2": "cd test/angular-1.2; npm install; npm test", "test-ng-1.3": "cd test/angular-1.3; npm install; npm test", "test-ng-1.4": "cd test/angular-1.4; npm install; npm test", "coveralls": "cat test/coverage/P*/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "test-dependents": "dont-break" } }