Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "sealious",
"homepage": "http://sealious.github.io/",
"version": "0.5.12",
"description": "",
"main": "./lib/main.js",
"scripts": {
"prepublish": "require-self",
"test": "./node_modules/mocha/bin/mocha --delay ./tests/test.js",
"test-coverage": "./node_modules/mocha/bin/mocha -R html-cov --delay ./tests/test.js >> coverage.html && xdg-open coverage.html",
"test-no-blanket": "mocha --delay ./tests/test.js",
"check-formatting": "node_modules/jscs/bin/jscs -c .jscsrc ./lib/*",
"fix-formatting": "node_modules/jscs/bin/jscs -c .jscsrc ./lib/* --fix",
"format-code": "./node_modules/js-beautify/js/bin/js-beautify.js -r -t ./lib/*.js ./lib/*/*.js ./lib/*/*/*.js ./tests/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Sealious/Sealious/"
},
"keywords": [
"sealious"
],
"author": "Kuba Orlik",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Sealious/Sealious/issues"
},
"dependencies": {
"Set": "~0.4.1",
"bluebird": "~2.9.9",
"clone": "^1.0.2",
"fs": "0.0.2",
"fs-extra": "^0.18.2",
"hapi": "^8.5.0",
"immutable": "^3.7.2",
"merge": "^1.2.0",
"path": "^0.11.14",
"sanitize-html": "^1.6.1",
"sealious-datastore-tingo": "^0.1.3",
"sha1": "^1.1.0",
"uid": "0.0.2",
"winston": "^1.0.0"
},
"devDependencies": {
"blanket": "git://github.com/alex-seville/blanket.git",
"jscs": "^2.1.1",
"mocha": "*",
"mocha-multi": "^0.7.1",
"pre-commit": "^1.1.1",
"require-self": "^0.1.0",
"travis-cov ": "*"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": [
"node_modules",
"public"
],
"data-cover-reporter-options": {
"shortnames": false,
"relativepath": true
}
}
},
"pre-commit": {
"colors": true,
"run": [
"check-formatting"
],
"silent": false
}
}

File Metadata

Mime Type
application/json
Expires
Fri, Nov 28, 15:03 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1080931
Default Alt Text
package.json (1 KB)

Event Timeline