ldx-widgets
Version:
widgets
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "ldx-widgets",
"version": "1.4.10",
"description": "widgets",
"main": "index.js",
"scripts": {
"start": "gulp test",
"test": "gulp test"
},
"dependencies": {
"ainojs-animation": "1.1.0",
"ainojs-easing": "^1.0.2",
"classlist-polyfill": "^1.0.2",
"delorean": "^0.9.7",
"lodash": "^3.5.0",
"moment": "^2.8.3",
"owasp-password-strength-test": "^1.1.0",
"react": "^15.0.1",
"react-addons-transition-group": "^15.0.1",
"react-datepicker": "^0.27.0",
"react-dom": "^15.0.1",
"spin": "0.0.1"
},
"devDependencies": {
"aliasify": "^1.9.0",
"autoprefixer-stylus": "^0.8.1",
"browserify": "^6.2.0",
"chai": "^2.3.0",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"envify": "^3.4.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-stylus": "^2.2.0",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"mocha": "^2.2.4",
"phantomjs-polyfill": "0.0.1",
"react-addons-test-utils": "^15.0.1",
"run-sequence": "^1.1.5",
"sinon": "^1.14.1"
},
"aliasify": {
"aliases": {
"moment": "moment/min/moment.min"
}
},
"browserify": {
"transform": [
"coffeeify",
"envify",
"aliasify"
]
}
}