blob: 9f494f6c69aa14df7c97e78509c674218c42b412 [file] [log] [blame]
{
"name": "useralejs",
"version": "demo",
"description": "Javascript Client for UserAle",
"main": "build/userale.js",
"scripts": {
"pretest": "gulp lint",
"test": "gulp test",
"build": "gulp build",
"dev": "gulp dev",
"example:watch": "nodemon -w ./example example/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/draperlaboratory/useralejs.git"
},
"keywords": [
"UserAle",
"Logging"
],
"author": "Draper",
"contributors": [
"Clay Gimenez",
"Robert Foley"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/draperlaboratory/useralejs/issues"
},
"homepage": "https://github.com/draperlaboratory/useralejs#readme",
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"body-parser": "^1.15.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jsdom": "^8.4.0",
"nodemon": "^1.9.2",
"rollup": "^0.26.0",
"rollup-plugin-json": "^2.0.1",
"sinon": "^1.17.6"
}
}