blob: c42864572bf532225b9c7fc18bd12a6380d4afeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "okadminview",
"version": "1.0.0",
"description": "administrate!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "OKFocus",
"license": "None",
"dependencies": {
"body-parser": "^1.12.2",
"lodash.clonedeep": "^3.0.0",
"method-override": "^2.3.2",
"object-assign": "^2.0.0",
"pluralize": "^1.1.2",
"q": "^1.2.0"
}
}
|