Files
buuh/package.json
T

44 lines
1.1 KiB
JSON
Raw Normal View History

2016-05-10 23:23:33 +07:00
{
"name": "choo",
2016-05-25 05:27:12 +09:00
"version": "2.1.2",
2016-05-25 15:03:32 +09:00
"description": "A 7kb framework for creating sturdy frontend applications",
2016-05-10 23:23:33 +07:00
"main": "index.js",
"scripts": {
2016-05-22 16:58:14 +09:00
"deps": "dependency-check . && dependency-check . --extra --no-dev -i xhr",
"test": "standard && npm run deps && NODE_ENV=test node tests/*",
"test:cov": "standard && npm run deps && NODE_ENV=test istanbul cover tests/*"
2016-05-10 23:23:33 +07:00
},
"repository": "yoshuawuyts/choo",
"keywords": [
"client",
"frontend",
"framework",
"minimal",
"composable",
"tiny"
],
"license": "MIT",
2016-05-11 13:51:17 +07:00
"dependencies": {
"global": "^4.3.0",
"send-action": "^1.1.0",
2016-05-21 15:32:01 +09:00
"sheet-router": "^3.0.0",
2016-05-13 12:24:51 +07:00
"xhr": "^2.2.0",
2016-05-11 13:51:17 +07:00
"xtend": "^4.0.1",
"yo-yo": "^1.2.0"
},
2016-05-10 23:23:33 +07:00
"devDependencies": {
2016-05-12 12:59:27 +07:00
"bankai": "^2.0.2",
"browserify": "^13.0.1",
2016-05-25 04:05:12 +09:00
"bundle-collapser": "^1.2.1",
2016-05-10 23:23:33 +07:00
"dependency-check": "^2.5.1",
2016-05-25 04:05:12 +09:00
"es2020": "^1.0.1",
2016-05-12 12:59:27 +07:00
"insert-css": "^0.2.0",
2016-05-10 23:23:33 +07:00
"istanbul": "^0.4.3",
2016-05-12 12:59:27 +07:00
"server-router": "^2.1.0",
"sheetify": "^5.0.0",
2016-05-22 22:52:45 +09:00
"standard": "^7.1.0",
2016-05-12 12:59:27 +07:00
"tachyons": "^4.0.0-beta.19",
2016-05-10 23:23:33 +07:00
"tape": "^4.5.1"
}
}