formatting changes

This commit is contained in:
aselvaraj 2015-06-30 15:59:53 -07:00
parent f6351f83ea
commit 6e1e3f6d68

View File

@ -1,68 +1,68 @@
{ {
"name": "marko", "name": "marko",
"description": "Marko is an extensible, streaming, asynchronous, high performance, HTML-based templating language that can be used in Node.js or in the browser.", "description": "Marko is an extensible, streaming, asynchronous, high performance, HTML-based templating language that can be used in Node.js or in the browser.",
"keywords": [ "keywords": [
"templating", "templating",
"template", "template",
"async", "async",
"streaming" "streaming"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/raptorjs/marko.git" "url": "https://github.com/raptorjs/marko.git"
}, },
"scripts": { "scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint compiler/ runtime/ taglibs/", "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint compiler/ runtime/ taglibs/",
"test-fast": "node_modules/.bin/mocha --ui bdd --reporter spec ./test/render-test", "test-fast": "node_modules/.bin/mocha --ui bdd --reporter spec ./test/render-test",
"test-async": "node_modules/.bin/mocha --ui bdd --reporter spec ./test/render-async-test", "test-async": "node_modules/.bin/mocha --ui bdd --reporter spec ./test/render-async-test",
"test-taglib-loader": "node_modules/.bin/mocha --ui bdd --reporter spec ./test/taglib-loader-test", "test-taglib-loader": "node_modules/.bin/mocha --ui bdd --reporter spec ./test/taglib-loader-test",
"jshint": "node_modules/.bin/jshint compiler/ runtime/ taglibs/" "jshint": "node_modules/.bin/jshint compiler/ runtime/ taglibs/"
}, },
"author": "Patrick Steele-Idem <pnidem@gmail.com>", "author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": [ "maintainers": [
"Patrick Steele-Idem <pnidem@gmail.com>" "Patrick Steele-Idem <pnidem@gmail.com>"
], ],
"dependencies": { "dependencies": {
"app-module-path": "^1.0.0", "app-module-path": "^1.0.0",
"async-writer": "^1.4.0", "async-writer": "^1.4.0",
"browser-refresh-client": "^1.0.0", "browser-refresh-client": "^1.0.0",
"char-props": "~0.1.5", "char-props": "~0.1.5",
"events": "^1.0.2", "events": "^1.0.2",
"htmlparser2": "^3.7.2", "htmlparser2": "^3.7.2",
"jsonminify": "^0.2.3", "jsonminify": "^0.2.3",
"marko-async": "^2.0.0", "marko-async": "^2.0.0",
"marko-layout": "^2.0.0", "marko-layout": "^2.0.0",
"minimatch": "^0.2.14", "minimatch": "^0.2.14",
"property-handlers": "^1.0.0", "property-handlers": "^1.0.0",
"raptor-args": "^1.0.0", "raptor-args": "^1.0.0",
"raptor-json": "^1.0.1", "raptor-json": "^1.0.1",
"raptor-logging": "^1.0.1", "raptor-logging": "^1.0.1",
"raptor-modules": "^1.0.5", "raptor-modules": "^1.0.5",
"raptor-polyfill": "^1.0.0", "raptor-polyfill": "^1.0.0",
"raptor-promises": "^1.0.1", "raptor-promises": "^1.0.1",
"raptor-regexp": "^1.0.0", "raptor-regexp": "^1.0.0",
"raptor-strings": "^1.0.0", "raptor-strings": "^1.0.0",
"raptor-util": "^1.0.0", "raptor-util": "^1.0.0",
"resolve-from": "^1.0.0", "resolve-from": "^1.0.0",
"sax": "^0.6.0" "sax": "^0.6.0"
}, },
"devDependencies": { "devDependencies": {
"bluebird": "^2.9.30", "bluebird": "^2.9.30",
"chai": "~1.8.1", "chai": "~1.8.1",
"dustjs-linkedin": "^2.3.4", "dustjs-linkedin": "^2.3.4",
"jshint": "^2.5.0", "jshint": "^2.5.0",
"mocha": "~1.15.1", "mocha": "~1.15.1",
"raptor-cache": "^1.1.1", "raptor-cache": "^1.1.1",
"raptor-data-providers": "^1.0.1-beta", "raptor-data-providers": "^1.0.1-beta",
"through": "^2.3.4" "through": "^2.3.4"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"markoc": "bin/markoc" "markoc": "bin/markoc"
}, },
"main": "runtime/marko-runtime.js", "main": "runtime/marko-runtime.js",
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
}, },
"version": "2.7.3" "version": "2.7.3"
} }