ps-if
Version:
Angular directive that is a hybrid of ngIf and ngShow
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "ps-if",
"version": "1.3.0",
"description": "Angular directive that is a hybrid of ngIf and ngShow",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/psalaets/ps-if.git"
},
"homepage": "https://github.com/psalaets/ps-if",
"bugs": {
"url": "https://github.com/psalaets/ps-if/issues"
},
"keywords": [
"angular",
"ngif",
"if",
"ngshow",
"show"
],
"scripts": {
"test": "karma start karma.conf.js && karma start karma-browserify.conf.js",
"test-watch": "karma start --auto-watch true --single-run false"
},
"author": "Paul Salaets <psalaets@gmail.com>",
"license": "MIT",
"peerDependencies": {
"angular": "^1.1.5"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5"
}
}