lowkie
Version:
My Custom lowkie / Express Applcation
104 lines (103 loc) • 2.45 kB
JSON
{
"name": "lowkie",
"version": "1.4.0",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "janbialostok",
"email": "janbialostok@gmail.com"
},
{
"name": "yawetse",
"email": "yaw.etse@gmail.com"
}
],
"scripts": {
"start": "node index.js",
"test": "mocha -R spec --recursive"
},
"author": {
"name": "Yaw Joseph Etse",
"email": "yaw.etse@gmail.com",
"url": "http://about.me/yawjosephetse"
},
"bugs": {
"url": "https://github.com/typesettin/lowkie/issues"
},
"config": {
"blanket": {
"pattern": [
"content/themes"
]
}
},
"contributors": [
{
"name": "Jan Bialostok",
"email": "janbialostok@gmail.com",
"url": "https://github.com/janbialostok"
}
],
"dependencies": {
"babel-polyfill": "^6.23.0",
"flat": "^2.0.1",
"fs-extra": "^2.1.2",
"lokijs": "^1.4.3",
"pluralize": "^4.0.0",
"proxy-polyfill": "0.1.6"
},
"description": "My Custom lowkie / Express Applcation",
"devDependencies": {
"babel": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babelify": "7.3.0",
"browserify": "^13.0.0",
"chai": "^3.0.0",
"coveralls": "^2.11.9",
"font-awesome": "^4.6.3",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-jsbeautifier": "~0.2.7",
"grunt-jsdoc": "^2.0.0",
"grunt-mocha-cov": "^0.4.0",
"grunt-mocha-istanbul": "^4.0.2",
"grunt-newer": "^1.1.1",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.3",
"jsdoc": "^3.3.2",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "^1.2.0",
"moment": "^2.18.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"supertest": "^1.0.1",
"supertest-session": "^2.0.1",
"uglify-js": "^2.4.15",
"uglifyify": "^3.0.1"
},
"directories": {},
"dist": {},
"engines": {
"node": "^6.x"
},
"homepage": "https://github.com/typesettin/lowkie",
"keywords": [
"ORM",
"Object Relational Mapper",
"Loki",
"LokiJS",
"memcache",
"in memory",
"loki orm"
]
}