UNPKG

arrow-admin

Version:
94 lines (93 loc) 2.11 kB
{ "name": "arrow-admin", "version": "1.0.5", "description": "Arrow Admin Website", "main": "index.js", "author": "Jeff Haynie", "maintainers": [ "Jeff Haynie<jhaynie@appcelerator.com>" ], "contributors": [ { "name": "Jeff Haynie" }, { "name": "Rick Blalock" }, { "name": "Alasdair Hurst" }, { "name": "Tony Lukasavage" }, { "name": "Dawson Toth" }, { "name": "Ingo Muschenetz" }, { "name": "Nolan Wright" }, { "name": "Chris Williams" }, { "name": "Alan Leard" }, { "name": "Bert Grantges" }, { "name": "Feon Sua" } ], "license": "SEE LICENSE IN LICENSE", "scripts": { "test": "grunt", "prepublish": "grunt build", "security": "retire --package --exitwith 0 --outputpath scan-retire.txt && nsp check --output writefile --warn-only" }, "repository": { "type": "git", "url": "https://github.com/appcelerator/arrow-admin.git" }, "bugs": { "url": "https://jira.appcelerator.org/browse/API" }, "homepage": "https://github.com/appcelerator/arrow-admin", "devDependencies": { "body-parser": "^1.14.2", "client-sessions": "^0.7.0", "ensure-latest": "^1.0.3", "grunt": "^1.0.1", "grunt-appc-js": "^1.0.24", "grunt-bower-task": "^0.4.0", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-copy": "^0.8.2", "grunt-contrib-less": "^1.4.1", "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-mocha-istanbul": "^5.0.2", "grunt-notify": "^0.4.5", "istanbul": "^0.4.1", "mocha": "^2.3.4", "nsp": "^2.6.3", "nsp-formatter-writefile": "^1.1.0", "retire": "^1.2.12", "should": "^8.0.2" }, "dependencies": { "appc-platform-sdk": "~2.1.0", "arrow-docgen": "^1.0.0", "arrow-util": "^0.1.4", "chalk": "^1.1.1", "ejs": "^2.3.4", "fs-extra": "^2.0.0", "klaw-sync": "^1.1.0", "lodash": "^4.7.0", "mkdirp": "^0.5.1", "spdx-licenses": "0.0.3" } }