mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 04:55:08 +00:00
30 lines
535 B
JSON
30 lines
535 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"
|
|
},
|
|
"moduleType": [
|
|
"amd"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"app/components/",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|