Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7317552
package.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
package.json
View Options
{
"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"
:
"mocha --recursive tests"
,
"coverage-test"
:
"NODE_PATH=. 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"
,
"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/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"
:
{
"Set"
:
"~0.4.1"
,
"bluebird"
:
"^3.3.3"
,
"bluebird-events"
:
"^2.0.0"
,
"clone"
:
"^1.0.2"
,
"color"
:
"latest"
,
"expand-hash"
:
"^0.2.2"
,
"fs-extra"
:
"^0.30.0"
,
"merge"
:
"^1.2.0"
,
"node-uuid"
:
"^1.4.7"
,
"request-promise"
:
"^4.0.2"
,
"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
Details
Attached
Mime Type
application/json
Expires
Sun, Jul 13, 04:49 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
820992
Default Alt Text
package.json (2 KB)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment