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",
"coverage-test": "istanbul cover --include-all-sources _mocha -- -R spec --recursive tests && (xdg-open ./coverage/lcov-report/index.html || exit 0)",
"coveralls": "npm run coverage-test && 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",
"fs-extra": "^0.30.0",
"locreq": "^1.0.3",
"merge": "^1.2.0",
"node-uuid": "^1.4.7",
"request-promise": "^4.0.2",
"resolve": "^1.1.7",
"sealious-datastore-tingo": "^0.1.5",
"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:18 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
872181
Default Alt Text
package.json (1 KB)

Event Timeline