nci/bower.json
2015-06-14 18:24:03 +03:00

31 lines
559 B
JSON

{
"name": "nci",
"version": "0.0.0",
"homepage": "https://github.com/okv/nci",
"authors": [],
"dependencies": {
"underscore": "1.8.2",
"moment": "2.9.0",
"react": "0.13.2",
"requirejs": "2.1.17",
"jquery": "1.10.2",
"reflux": "0.2.7",
"bootstrap": "3.3.4",
"font-awesome": "4.3.0",
"react-router": "0.13.3",
"ansi_up": "1.2.1"
},
"moduleType": [
"amd"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components/",
"test",
"tests"
]
}