forked from ekokotov/object-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (41 loc) · 1.01 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "object-table",
"version": "0.1.7",
"description": "angular smart table directive",
"main": "build/object-table.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular",
"gtable",
"dablegrid",
"grid"
],
"author": "Yauheni Kokatau",
"license": "MIT",
"dependencies": {},
"engine": {
"node": "0.10.x",
"npm": "1.3.x"
},
"devDependencies": {
"bower": "~1.3.7",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-htmlmin": "^1.1.1",
"gulp-less": "^3.0.2",
"gulp-load": "^0.1.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"plugins": "^0.3.1",
"require-dir": "^0.3.0"
}
}