Files
buuh/package.json
T
2016-05-16 03:38:07 +07:00

42 lines
1.0 KiB
JSON

{
"name": "choo",
"version": "1.2.0",
"description": "A framework for creating solid web applications",
"main": "index.js",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"test": "standard && npm run deps && NODE_ENV=test node test",
"test:cov": "standard && npm run deps && NODE_ENV=test istanbul cover test.js"
},
"repository": "yoshuawuyts/choo",
"keywords": [
"client",
"frontend",
"framework",
"minimal",
"composable",
"tiny"
],
"license": "MIT",
"dependencies": {
"global": "^4.3.0",
"send-action": "^1.1.0",
"sheet-router": "^2.0.5",
"xhr": "^2.2.0",
"xtend": "^4.0.1",
"yo-yo": "^1.2.0"
},
"devDependencies": {
"bankai": "^2.0.2",
"browserify": "^13.0.1",
"dependency-check": "^2.5.1",
"insert-css": "^0.2.0",
"istanbul": "^0.4.3",
"server-router": "^2.1.0",
"sheetify": "^5.0.0",
"standard": "^6.0.8",
"tachyons": "^4.0.0-beta.19",
"tape": "^4.5.1"
}
}