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",
|
2015-05-10 09:00:29 +00:00
|
|
|
"font-awesome": "4.3.0",
|
2015-06-14 15:24:03 +00:00
|
|
|
"react-router": "0.13.3",
|
2015-07-28 16:57:02 +00:00
|
|
|
"ansi_up": "1.2.1",
|
|
|
|
"almond": "0.3.1"
|
2015-04-10 20:17:03 +00:00
|
|
|
},
|
|
|
|
"moduleType": [
|
|
|
|
"amd"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"app/components/",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
}
|