2
0
Fork 0
tcrud/package.json
2017-12-23 22:45:27 +01:00

56 lines
1.6 KiB
JSON

{
"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"
},
"author": "Willem <willem.git.2017@forwardfire.net> (http://forwardfire.net/)",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "http://code.ff.internal/ff/tcrud"
},
"dependencies": {
"angular": "^1.6.7",
"angular-animate": "^1.6.7",
"angular-resource": "^1.6.7",
"angular-route": "^1.6.7",
"angular-touch": "^1.6.7",
"angular-ui-grid": "^4.0.11",
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"bootswatch": "^4.0.0-beta.2",
"clone": "^2.1.1",
"cors": "^2.8.4",
"debug": "^3.1.0",
"dev": "^0.1.3",
"ejs": "^2.5.7",
"es5-ff-spa-loader": "^0.3.0",
"express": "^4.16.2",
"fetch": "^1.1.0",
"flot": "^0.8.0-alpha",
"font-awesome": "^4.7.0",
"fontfaceonload": "^1.0.2",
"fontmin": "^0.9.6",
"fs-extra": "^5.0.0",
"jquery": "^3.2.1",
"node-crud": "^2.1.4",
"raw-body": "^2.3.2",
"require-all": "^2.2.0",
"topcoat-fonts": "^0.3.0",
"type-is": "^1.6.15",
"underscore": "^1.8.3",
"validate.io": "^2.0.7",
"xml-mapping": "^1.7.1"
},
"devDependencies": {
"mocha": "4.0.1",
"mocha-jenkins-reporter": "0.3.10",
"mocha-jshint": "2.3.1"
}
}