forked from vecnatechnologies/brec-tables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 782 Bytes
/
package.json
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
{
"name": "brec-tables",
"version": "0.2.9",
"description": "Beautiful Responsive Ergonomic Configurable library for HTML tables",
"scripts": {
"prepublish": "gulp install"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/vecnatechnologies/brec-tables"
},
"contributors": [
{
"name": "Matthew Willis",
"email": "matt.willis@vecna.com"
},
{
"name": "Gabriel Schervish",
"email": "gabriel.schervish@vecna.com"
}
],
"license": "ISC",
"dependencies": {
"brec-base": "^0.1.0",
"datatables": "^1.10.7",
"path": "0.11.14"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-load-plugins": "^0.10.0",
"gulp-concat": "^2.5.2",
"gulp-run": "^1.6.7"
}
}