2015-06-19 23:08:29 +00:00
|
|
|
{
|
|
|
|
"name": "node-ff-tcrud",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Templated crud views.",
|
|
|
|
"main": "lib/node-ff-tcrud.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "npm run-script test-clean;npm run-script test-mocha",
|
|
|
|
"test-clean": "rm test/data/* -rf",
|
|
|
|
"test-mocha": "export JUNIT_REPORT_PATH=test/data/report.xml;export JUNIT_REPORT_STACK=1;node_modules/mocha/bin/mocha --reporter mocha-jenkins-reporter"
|
|
|
|
},
|
2017-06-10 15:19:47 +00:00
|
|
|
"author": "Willem <willem.git.2017@forwardfire.net> (http://forwardfire.net/)",
|
2015-06-19 23:08:29 +00:00
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-06-10 15:19:47 +00:00
|
|
|
"url": "http://code.ff.internal/ff/tcrud"
|
2015-06-19 23:08:29 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-06-10 15:19:47 +00:00
|
|
|
"angular": "1.4.8",
|
|
|
|
"angular-animate": "1.4.8",
|
|
|
|
"angular-resource": "1.4.8",
|
|
|
|
"angular-route": "1.4.8",
|
|
|
|
"angular-touch": "1.4.8",
|
|
|
|
"angular-ui-grid": "3.1.1",
|
|
|
|
"body-parser": "1.0.1",
|
|
|
|
"bootstrap": "3.3.6",
|
|
|
|
"bootswatch": "3.3.6",
|
|
|
|
"clone": "1.0.0",
|
|
|
|
"cors": "2.7.1",
|
|
|
|
"debug": "2.2.0",
|
|
|
|
"ejs": "2.3.1",
|
2017-06-10 14:53:29 +00:00
|
|
|
"es5-ff-spa-loader": "0.3.0",
|
2017-06-10 15:19:47 +00:00
|
|
|
"express": "4.11.0",
|
2017-06-10 14:53:29 +00:00
|
|
|
"fetch": "0.3.x",
|
2017-06-10 15:19:47 +00:00
|
|
|
"flot": "0.8.0-alpha",
|
|
|
|
"font-awesome": "4.5.0",
|
|
|
|
"fontfaceonload": "0.1.7",
|
|
|
|
"fontmin": "0.9.1",
|
|
|
|
"fs-extra": "0.16.3",
|
|
|
|
"jquery": "2.1.4",
|
2017-06-10 14:53:29 +00:00
|
|
|
"node-crud": "2.0.8",
|
|
|
|
"raw-body": "1.2.2",
|
2017-06-10 15:19:47 +00:00
|
|
|
"require-all": "2.0.0",
|
|
|
|
"topcoat-fonts": "0.2.4",
|
2017-06-10 14:53:29 +00:00
|
|
|
"type-is": "1.1.0",
|
2017-06-10 15:19:47 +00:00
|
|
|
"underscore": "1.8.2",
|
|
|
|
"validate.io": "1.5.0",
|
|
|
|
"xml-mapping": "1.6.1"
|
2015-06-19 23:08:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-06-10 15:19:47 +00:00
|
|
|
"mocha": "2.1.0",
|
|
|
|
"mocha-jenkins-reporter": "0.1.4",
|
2015-06-19 23:08:29 +00:00
|
|
|
"mocha-jshint": "0.0.9"
|
|
|
|
}
|
|
|
|
}
|