arrow-admin
Version:
Arrow Admin Website
59 lines (58 loc) • 1.51 kB
JSON
{
"name": "arrow-admin",
"version": "0.2.109",
"description": "Arrow Admin Website",
"main": "index.js",
"author": "Jeff Haynie",
"license": "Appcelerator Commercial",
"scripts": {
"test": "grunt",
"preinstall": "node ./bin/update",
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/arrow-admin.git"
},
"bugs": {
"url": "https://jira.appcelerator.org/browse/AC"
},
"homepage": "https://github.com/appcelerator/arrow-admin",
"devDependencies": {
"body-parser": "^1.9.0",
"client-sessions": "^0.7.0",
"ensure-latest": "^1.0.2",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-regex-rename": "^0.1.0",
"grunt-mocha-test": "^0.12.1",
"grunt-notify": "^0.4.1",
"grunt-rename": "^0.1.4",
"mocha": "^1.21.4",
"should": "^4.0.4"
},
"dependencies": {
"appc-logger": "1.0.35",
"appc-platform-sdk": "1.0.72",
"arrow-docgen": "0.2.18",
"arrow-util": "0.0.8",
"chalk": "^0.5.1",
"ejs": "^1.0.0",
"lodash": "^2.4.1",
"spdx-licenses": "0.0.3"
},
"ensureLatest": [
"appc-logger",
"appc-platform-sdk",
"appc-registry-sdk",
"appc-request-ssl",
"arrow-docgen",
"arrow-util"
]
}