we-plugin-migrate-cdp
Version:
We.js plugin we-plugin-migrate-cdp
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "we-plugin-migrate-cdp",
"description": "We.js plugin we-plugin-migrate-cdp",
"version": "0.2.1",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"async": "^0.9.0",
"csvtojson": "~0.3.14",
"lodash": "^3.0.1",
"moment": "^2.8.4",
"node-uuid": "^1.4.2",
"request": "^2.49.0",
"uuid": "^2.0.1",
"we-helpers": "^0.0.7",
"xlsx": "^0.7.12"
},
"devDependencies": {
"mocha": "^1.18.2",
"istanbul": "^0.2.7",
"jshint": "^2.5.0",
"jscs": "^1.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"lint": "./node_modules/.bin/jshint .",
"checkStyle": "./node_modules/.bin/jscs .",
"pretest": "npm run-script lint && npm run-script checkStyle",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test",
"posttest": "./node_modules/.bin/istanbul check-coverage && rm -rf coverage",
"prepublish": "npm prune"
},
"keywords": [
"we.js",
"wejs",
"plugin",
"sails.js"
],
"repository": {
"type": "git",
"url": "git@github.com:ABS-org/we-plugin-migrate-cdp.git"
}
}