Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7188457
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"
:
"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
Details
Attached
Mime Type
application/json
Expires
Tue, Jul 8, 08:12 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
810452
Default Alt Text
package.json (2 KB)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment