dashing-framework
Version:
Style framework for Dash
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "dashing-framework",
"version": "1.13.0",
"description": "Style framework for Dash",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --config webpack.config.js --progress -w --colors --show-details",
"start:dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samaritanministries/dashing.git"
},
"keywords": [
"dashing",
"dash",
"dashing-framework"
],
"author": "Jared Rauh",
"license": "MIT",
"bugs": {
"url": "https://github.com/samaritanministries/dashing/issues"
},
"homepage": "https://github.com/samaritanministries/dashing#readme",
"dependencies": {
"normalize-scss": "3.0.3",
"npm": "^6.0.1"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.24.1",
"ejs-compiled-loader": "^1.1.0",
"script-loader": "^0.7.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}