ng-describe
Version:
Convenient BDD specs for Angular
56 lines (55 loc) • 1.3 kB
JSON
{
"name": "ng-describe",
"description": "Convenient BDD specs for Angular",
"version": "0.1.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/kensho/ng-describe/issues"
},
"dependencies": {
"check-more-types": "1.0.0",
"check-types": "1.3.2",
"lazy-ass": "0.5.2"
},
"devDependencies": {
"angular": "1.3.0",
"angular-mocks": "1.3.0",
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.5.1",
"grunt-karma": "0.9.0",
"grunt-nice-package": "0.9.2",
"grunt-npm2bower-sync": "0.4.0",
"grunt-readme": "0.4.5",
"karma": "0.12.24",
"karma-mocha": "0.1.9",
"karma-nested-reporter": "0.1.3",
"karma-phantomjs-launcher": "0.1.4",
"matchdep": "0.3.0",
"mocha": "1.21.5",
"pre-git": "0.1.1"
},
"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",
"repository": {
"type": "git",
"url": "git@bitbucket.org:kensho/ng-describe.git"
},
"scripts": {
"test": "grunt"
}
}