UNPKG

blue-prod-para

Version:

Lightweight structures for apps with more than one page.

37 lines (36 loc) 993 B
{ "name": "blue-prod-para", "version": "0.0.1", "description": "Lightweight structures for apps with more than one page.", "author": "Vu Do", "keywords": [ "parasails", "vue.js-framework", "component-framework", "vue.js", "ui", "vue", "sails.js", "browser", "sails", "blue-prod" ], "license": "MIT", "dependencies": {}, "unpkg": "dist/parasails.js", "jsdelivr": "dist/parasails.js", "scripts": { "sandbox": "node -i -e 'global[require(\"./package.json\").name] = require(\"./\"); console.log(\"\\n\\n\\n\\n--\");'", "test": "npm run lint && npm run custom-tests", "custom-tests": "node ./node_modules/mocha/bin/mocha -R spec", "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 && echo '✔ Your code looks good.'" }, "devDependencies": { "eslint": "4.11.0", "mocha": "3.0.2" }, "repository": { "type": "git", "url": "https://github.com/EMSA-TECHNOLOGY/blue-prod-para" } }