Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "sealious",
"homepage": "http://sealious.github.io/",
"version": "0.7.11",
"description": "A declarative framework for fast & easy app development.",
"main": "./lib/main.js",
"scripts": {
"test": "mocha --recursive tests",
"cover": "istanbul cover --include-all-sources _mocha -- -R spec --recursive tests",
"show-coverage": "npm run cover && (xdg-open ./coverage/lcov-report/index.html || exit 0)",
"coveralls": "npm run cover && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"eslint": "eslint lib && echo \"There are no errors.\" || (echo \"Errors in code were found. Run \"npm run eslint-fix\" or repair the problems yourself.\" && exit 1)",
"eslint-fix": "eslint --fix lib \"There are no errors.\" || (echo \"Errors in code were found. Run \"npm run eslint-fix\" or repair the problems yourself.\" && exit 1)"
},
"repository": {
"type": "git",
"url": "https://github.com/sealcode/sealious"
},
"keywords": [
"sealious"
],
"author": "The Sealious team (http://github.com/Sealious)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Sealious/Sealious/issues"
},
"dependencies": {
"bluebird": "^3.3.3",
"bluebird-events": "^2.0.0",
"clone": "^1.0.2",
"color": "latest",
"escape-html": "^1.0.3",
"expand-hash": "^0.2.2",
"js-yaml": "^3.6.1",
"locreq": "^1.1.0",
"merge": "^1.2.0",
"mime-types": "^2.1.11",
"node-uuid": "^1.4.7",
"pattern-emitter-promise": "^1.0.3",
"request": "^2.79.0",
"request-promise": "^4.0.2",
"resolve": "^1.1.7",
"sanitize-html": "^1.13.0",
"sealious-datastore-tingo": "github:sealcode/sealious-datastore-tingo#alpha",
"shortid": "^2.2.6",
"winston": "^1.0.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"deep-equal": "^1.0.1",
"eslint": "^3.1.1",
"istanbul": "^0.4.1",
"mocha": "*",
"mocha-istanbul": "^0.2.0",
"pre-commit": "^1.1.3"
},
"pre-commit": [
"eslint"
]
}

File Metadata

Mime Type
application/json
Expires
Wed, Aug 13, 17:17 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
871894
Default Alt Text
package.json (1 KB)

Event Timeline