30 lines
874 B
JSON
30 lines
874 B
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.2015@forwardfire.net> (http://forwardfire.net/)",
|
|
"license": "BSD-2-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://bitbucket.org/im_ik/node-ff-tcrud.git"
|
|
},
|
|
"dependencies": {
|
|
"fetch": "^0.3.6",
|
|
"fs-extra": "^0.16.3",
|
|
"minify": "^1.4.8",
|
|
"underscore": "^1.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.1.0",
|
|
"mocha-jenkins-reporter": "^0.1.4",
|
|
"mocha-jshint": "0.0.9"
|
|
}
|
|
}
|