lasso-modules-client
Version:
The client-side CommonJS runtime for Lasso.js
46 lines (45 loc) • 1.25 kB
JSON
{
"name": "lasso-modules-client",
"description": "The client-side CommonJS runtime for Lasso.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lasso-js/lasso-modules-client.git"
},
"scripts": {
"test": "npm run mocha && npm run jshint",
"mocha": "mocha --ui bdd --reporter spec test/ transport/test/",
"mocha-client": "mocha --ui bdd --reporter spec test/",
"mocha-transport": "mocha --ui bdd --reporter spec transport/test/",
"jshint": "jshint src/ transport/src/"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"raptor-polyfill": "^1.0.2",
"lasso-package-root": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"jshint": "^2.9.1",
"mocha": "^4.1.0"
},
"license": "Apache-2.0",
"bin": {},
"main": "src/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "2.0.7",
"bugs": {
"url": "https://github.com/lasso-js/lasso-modules-client/issues"
},
"homepage": "https://github.com/lasso-js/lasso-modules-client#readme",
"directories": {
"test": "test"
},
"keywords": [
"lasso",
"modules",
"client"
]
}