UNPKG

d2-ui-button

Version:

44 lines (43 loc) 1.49 kB
{ "name": "d2-ui-button", "version": "0.0.2", "main": "Button.component.js", "scripts": { "test": "./node_modules/karma/bin/karma start test/config/karma.config.js --single-run true", "test-watch": "./node_modules/karma/bin/karma start test/config/karma.config.js", "lint": "./node_modules/eslint/bin/eslint.js src && ./node_modules/eslint/bin/eslint.js --env node,mocha --global expect,sinon --rule 'no-unused-expressions: 0' test", "build": "./node_modules/babel/bin/babel/index.js src --out-dir dist && compass compile && cp ./package.json ./dist/package.json && cp -r scss dist/scss" }, "devDependencies": { "babel": "^5.6.14", "babel-core": "^5.6.17", "babel-eslint": "^3.1.23", "chai": "^3.0.0", "d2-testutils": "0.0.2", "es6-module-loader": "^0.17.3", "eslint": "^0.24.1", "istanbul": "^0.3.17", "jsdom": "^5.6.0", "karma": "^0.12.37", "karma-babel-preprocessor": "^5.2.1", "karma-chai": "^0.1.0", "karma-coverage": "^0.4.2", "karma-mocha": "^0.2.0", "karma-mocha-reporter": "^1.0.2", "karma-phantomjs-launcher": "^0.2.0", "karma-sinon": "^1.0.4", "karma-sinon-chai": "^1.0.0", "karma-systemjs": "^0.7.0", "mocha": "^2.2.5", "phantomjs": "^1.9.17", "phantomjs-polyfill": "0.0.1", "react": "^0.13.3", "sinon": "^1.15.4", "sinon-chai": "^2.8.0", "systemjs": "^0.18.4" }, "dependencies": { "classnames": "^2.1.3", "d2-utils": "0.0.4" } }