UNPKG

wejsv2old-plugin-cdp-profile

Version:
43 lines (42 loc) 1.04 kB
{ "name": "wejsv2old-plugin-cdp-profile", "description": "We.js plugin wejsv2old-plugin-cdp-profile", "version": "0.2.31", "license": "MIT", "main": "lib/index.js", "dependencies": { "async": "^0.9.0", "lodash": "^2.4.1", "wejsv2old-helpers": ">=0.0.7" }, "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/wejsv2old-plugin-cdp-profile.git" }, "sails": { "isHook": true } }