Repository URL to install this package:
|
Version:
0.2.1 ▾
|
admin
/
package.json
|
|---|
{
"name": "admin",
"version": "0.2.1",
"description": "The admin interface users use to manage their account with us, as an NPM package.",
"author": "Horia Coman <horia141@gmail.com>",
"scripts": {
"prestart": "bower install --allow-root",
"start": "npm install",
"poststart": "gulp",
"test": "gulp build:tests --config webpack.config.tests.js && ./node_modules/mocha/bin/mocha ./dist/jstests/tests.bundle.js",
"test-travis": "gulp build:tests && ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ocelot-saas/admin.git"
},
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/ocelot-saas/admin/issues"
},
"homepage": "https://github.com/ocelot-saas/admin#readme",
"dependencies": {
"auth0-js": "^7.0.4",
"auth0-lock": "^10.0.0-rc.1",
"bootstrap-tagsinput": "^0.7.1",
"classnames": "^2.2.3",
"filepicker-js": "^2.4.17",
"history": "^2.0.0-rc2",
"jwt-decode": "^2.0.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-router": "^2.6.1",
"react-redux": "^4.4.5",
"react-router-redux": "^4.0.5",
"react-bootstrap": "^0.28.2",
"react-addons-css-transition-group": "^15.3.0",
"react-addons-update": "^15.3.0",
"redux": "^3.5.2",
"redux-actions": "^0.11.0",
"screenfull": "3.0.0"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bower": "^1.7.9",
"browser-sync": "^2.11.0",
"connect-history-api-fallback": "^1.1.0",
"coveralls": "^2.11.9",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.5",
"gulp": "^3.8.10",
"gulp-changed": "^1.1.0",
"gulp-concat": "^2.4.1",
"gulp-cssnano": "^2.1.1",
"gulp-expect-file": "0.0.7",
"gulp-filter": "^1.0.2",
"gulp-flatten": "^0.2.0",
"gulp-html-prettify": "0.0.1",
"gulp-if": "^1.2.5",
"gulp-ignore": "^1.2.1",
"gulp-jade": "^0.10.0",
"gulp-jsvalidate": "^2.0.0",
"gulp-less": "^1.3.9",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.0",
"gulp-rtlcss": "^0.1.4",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.3.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.1",
"imports-loader": "^0.6.5",
"istanbul": "^0.4.3",
"marked": "^0.3.2",
"mocha": "^2.5.3",
"modernizr-webpack-plugin": "^1.0.5",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.7.1",
"webpack-stream": "^3.1.0",
"yargs": "^3.7.2",
"react-hot-loader": "^1.3.0"
}
}