nci/bower.json

26 lines
427 B
JSON
Raw Normal View History

2015-04-10 20:17:03 +00:00
{
"name": "nci",
"version": "0.0.0",
"homepage": "https://github.com/okv/nci",
"authors": [],
"dependencies": {
"underscore": "1.8.2",
"moment": "2.9.0",
2015-04-12 21:41:13 +00:00
"react": "0.13.1",
2015-04-30 15:15:23 +00:00
"requirejs": "2.1.17",
"jquery": "1.10.2"
2015-04-10 20:17:03 +00:00
},
"moduleType": [
"amd"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components/",
"test",
"tests"
]
}