wejsv2old-plugin-rating
Version:
We.js v2 Old - Rating Plugin
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "wejsv2old-plugin-rating",
"description": "We.js v2 Old - Rating Plugin",
"version": "0.2.10",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"async": "^0.9.0",
"lodash": "^2.4.1",
"wejsv2old-helpers": "^0.0.8"
},
"devDependencies": {
"mocha": "^1.18.2",
"istanbul": "^0.2.7",
"jshint": "^2.5.0",
"jscs": "^1.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wejsv2old/wejsv2old-plugin-rating.git"
},
"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"
],
"sails": {
"isHook": true
}
}