-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 895 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "sails-hook-datatable",
"version": "1.0.3",
"description": "A sails hook for working with jquery datatable",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Robophil/sails-hook-datatable.git"
},
"keywords": [
"sails",
"sails-hook",
"datatable",
"jquery datatable"
],
"author": "Philip Oghenerobo Balogun",
"license": "MIT",
"bugs": {
"url": "https://github.com/Robophil/sails-hook-datatable/issues"
},
"homepage": "https://github.com/Robophil/sails-hook-datatable#readme",
"sails": {
"isHook": true
},
"devDependencies": {
"mocha": "^3.1.2",
"sails": "~0.11.0",
"sails-disk": "^0.10.10"
},
"dependencies": {
"async": "^2.1.2",
"lodash": "^4.16.4",
"sails-build-dictionary": "^0.10.1",
"sails-util": "^0.11.0"
}
}