nci/bower.json

29 lines
506 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-30 15:18:44 +00:00
"react": "0.13.2",
2015-04-30 15:15:23 +00:00
"requirejs": "2.1.17",
2015-05-03 23:04:51 +00:00
"jquery": "1.10.2",
2015-05-07 20:53:46 +00:00
"reflux": "0.2.7",
2015-05-09 20:19:25 +00:00
"bootstrap": "3.3.4",
"font-awesome": "~4.3.0"
2015-04-10 20:17:03 +00:00
},
"moduleType": [
"amd"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components/",
"test",
"tests"
]
}