consonance
Version:
Fix your typographic scale
66 lines (65 loc) • 1.61 kB
JSON
{
"name": "consonance",
"version": "0.1.0",
"description": "Fix your typographic scale",
"main": "index.js",
"scripts": {
"webpack": "webpack --progress --colors",
"webpack-p": "webpack -p --progress --colors",
"dev": "webpack-dev-server --progress --colors",
"start": "npm run dev",
"test": "jest",
"watch:test": "nodemon -w __tests__ -w ./ -e js,jsx -x npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jongold/consonance.git"
},
"keywords": [
"font"
],
"author": "Jon Gold",
"license": "MIT",
"bugs": {
"url": "https://github.com/jongold/consonance/issues"
},
"homepage": "https://github.com/jongold/consonance#readme",
"dependencies": {
"ramda": "^0.17.1",
"simple-modular-scale": "^1.0.2"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-jest": "^5.3.0",
"babel-loader": "^5.3.2",
"basscss": "^7.0.4",
"classnames": "^2.1.5",
"css-loader": "^0.19.0",
"cssnext": "^1.8.4",
"cssnext-loader": "^1.0.1",
"cssstats": "^2.1.1",
"d3": "^3.5.6",
"get-css": "^1.1.1",
"jest-cli": "^0.5.8",
"marked": "^0.3.5",
"react": "^0.13.3",
"react-faux-dom": "^1.1.0",
"react-router": "^0.13.3",
"static-site-generator-webpack-plugin": "^1.2.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"jest": {
"scriptPreprocessor": "node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
}
}