mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 03:15:10 +00:00
32 lines
582 B
JSON
32 lines
582 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",
|
|
"almond": "0.3.1"
|
|
},
|
|
"moduleType": [
|
|
"amd"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"app/components/",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|