{ "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 (http://forwardfire.net/)", "license": "BSD-2-Clause", "repository": { "type": "git", "url": "https://bitbucket.org/im_ik/node-ff-tcrud.git" }, "dependencies": { "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", "es5-ff-spa-loader": "0.3.0", "express": "~4.11.0", "fetch": "0.3.x", "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", "node-crud": "2.0.8", "raw-body": "1.2.2", "require-all": "^2.0.0", "topcoat-fonts": "^0.2.4", "type-is": "1.1.0", "underscore": "^1.8.2", "validate.io": "^1.5.0", "xml-mapping": "~1.6.1" }, "devDependencies": { "mocha": "^2.1.0", "mocha-jenkins-reporter": "^0.1.4", "mocha-jshint": "0.0.9" } }