robbie-sdk
Version:
Robbie Visio SDK to send events for analaysis
62 lines (61 loc) • 1.93 kB
JSON
{
"name": "robbie-sdk",
"version": "0.1.29",
"description": "Robbie Visio SDK to send events for analaysis",
"main": "./src/index.js",
"scripts": {
"prepublish": "npm run test && npm run compile:production",
"test": "npm run compile:development && ./node_modules/.bin/mocha ./tests/ --compilers js:babel-core/register",
"test:watch": "npm run compile:development && ./node_modules/.bin/mocha ./tests/ --compilers js:babel-core/register --watch",
"test-browser": "npm run compile:development && ./node_modules/.bin/mocha-phantomjs ./tests/browser/test.html",
"clean": "rimraf build/*",
"compile:development": "npm run clean && webpack --progress --bail --env development",
"compile:production": "npm run clean && webpack --progress --bail --env production -p"
},
"repository": {
"type": "git"
},
"keywords": [
"robbie",
"visio",
"sdk",
"javascript",
"analytics",
"emotion",
"recognition",
"computer",
"vision"
],
"author": {
"name": "Robbie AI",
"email": "developers@infantium.com",
"url": "https://robbie.ai"
},
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://robbie.ai/",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"canvas-mock": "0.0.0",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.6.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"install": "^0.8.7",
"jsdom": "^9.12.0",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"mocha-eslint": "^3.0.1",
"mocha-phantomjs": "^4.1.0",
"npm": "^4.4.1",
"rimraf": "^2.6.1",
"sinon": "^2.1.0",
"webpack": "^2.2.1"
}
}