Rinser/bower.json
2016-04-08 12:07:33 +01:00

22 lines
312 B
JSON

{
"name": "rinser",
"version": "0.0.0",
"main": "app.js",
"moduleType": [
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"mui": "^0.5.0",
"jquery": "^2.2.3",
"string": "^3.3.1"
}
}