arrow-admin
Version:
Arrow Admin Website
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "arrow-admin",
"version": "0.3.39",
"description": "Arrow Admin Website",
"main": "index.js",
"author": "Jeff Haynie",
"license": "LicenseRef-LICENSE",
"scripts": {
"test": "grunt",
"prepublish": "grunt"
},
"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.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-platform-sdk": "^1.1.7",
"arrow-docgen": "^0.2.26",
"arrow-util": "^0.1.1",
"chalk": "^1.1.0",
"ejs": "^2.3.3",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"spdx-licenses": "0.0.3"
}
}