ng-describe
Version:
Convenient BDD specs for Angular
29 lines • 494 B
JSON
{
"name": "ng-describe",
"main": "ng-describe.js",
"version": "1.0.0",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"Gruntfile.js",
"package.json",
"index.html"
],
"keywords": [
"angular",
"angularjs",
"testing",
"unit",
"bdd",
"describe"
],
"homepage": "https://github.com/kensho/ng-describe",
"authors": [
"Gleb Bahmutov <gleb.bahmutov@gmail.com>"
]
}