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": {
"prepublish": "require-self",
"test": "node ./tests/test.js",
"test-coverage": "istanbul cover ./tests/test.js && (xdg-open ./coverage/lcov-report/index.html || exit 0)",
"coveralls": "npm run test-coverage && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"check-formatting": "jscs -c .jscsrc ./lib ./tests && echo \"\\n \u2713 Code formatting O.K.!\\n\" || (echo \"\\nSome formatting errors found. Run 'npm run fix-formatting' to correct them.\\n\" && exit 1 )",
"fix-formatting": "jscs -c .jscsrc ./lib ./tests --fix",
"jshint": "jshint ./lib/*/*.js ./lib/*.js && echo \"\\n \u2713 Code guidelines O.K.!\\n\" || (echo \"\\nSome JSHint errors found. Fix errors and run 'npm run check-hint' to correct them.\\n\" && exit 1)"
},
"repository": {
"type": "git",
"url": "https://github.com/Sealious/Sealious/"
},
"keywords": [
"sealious"
],
"author": "The Sealious team (http://github.com/Sealious)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Sealious/Sealious/issues"
},
"dependencies": {
"Set": "~0.4.1",
"bluebird": "^3.3.3",
"clone": "^1.0.2",
"color": "latest",
"fs-extra": "^0.18.2",
"merge": "^1.2.0",
"node-uuid": "^1.4.7",
"require-dir": "^0.3.0",
"resolve": "^1.1.7",
"sanitize-html": "^1.6.1",
"sealious-datastore-tingo": "^0.1.5",
"sha1": "^1.1.0",
"uid": "0.0.2",
"winston": "^1.0.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"deep-equal": "^1.0.1",
"istanbul": "^0.4.1",
"jscs": "^2.1.1",
"jshint": "^2.9.1",
"mocha": "*",
"mocha-istanbul": "^0.2.0",
"pre-commit": "^1.1.1",
"require-self": "^0.1.0"
},
"pre-commit": {
"colors": true,
"run": [
"check-formatting",
"jshint"
],
"silent": false
}
}

File Metadata

Mime Type
application/json
Expires
Tue, Jul 8, 08:12 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
810452
Default Alt Text
package.json (2 KB)

Event Timeline