UNPKG

ldx-widgets

Version:

widgets

61 lines (60 loc) 1.43 kB
{ "name": "ldx-widgets", "version": "2.1.8", "description": "widgets", "main": "index.js", "scripts": { "start": "gulp test", "test": "gulp test" }, "dependencies": { "classlist-polyfill": "^1.0.2", "owasp-password-strength-test": "^1.1.0", "react-datepicker": "0.28.1" }, "devDependencies": { "ainojs-animation": "^1.2.6", "ainojs-easing": "^1.0.3", "aliasify": "^1.9.0", "autoprefixer-stylus": "^0.8.1", "browserify": "^13.0.0", "chai": "^2.3.0", "coffee-script": "^1.10.0", "coffeeify": "^2.0.1", "delorean": "^0.9.7", "envify": "^3.4.0", "gulp": "^3.9.0", "gulp-coffee": "^2.3.1", "gulp-stylus": "^2.2.0", "karma": "^0.13.22", "karma-browserify": "^4.1.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.2.1", "karma-mocha": "^1.0.1", "karma-mocha-reporter": "^2.0.3", "karma-phantomjs-launcher": "^0.1.4", "karma-sinon": "^1.0.4", "lodash": "^4.0.0", "mocha": "^2.2.4", "moment": "^2.8.3", "phantomjs-polyfill": "0.0.1", "react": "^15.1.0", "react-addons-test-utils": "^15.1.0", "react-dom": "^15.1.0", "run-sequence": "^1.1.5", "sinon": "^1.14.1", "spin": "0.0.1" }, "aliasify": { "aliases": { "moment": "moment/min/moment.min" } }, "browserify": { "transform": [ "coffeeify", "envify", "aliasify" ] } }