-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
52 lines (52 loc) · 1.24 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
44
45
46
47
48
49
50
51
52
{
"name": "angular-object-table",
"version": "0.2.6",
"description": "angular smart table directive",
"main": "build/angular-object-table.js",
"scripts": {
"test": "karma start tests/karma.conf.js",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ekokotov/object-table.git"
},
"keywords": [
"angular",
"gtable",
"dablegrid",
"grid"
],
"author": "Yauheni Kokatau",
"license": "MIT",
"dependencies": {},
"engine": {
"node": "10.15.3",
"npm": "6.9.0"
},
"devDependencies": {
"angular": "^1.4.1",
"angular-mocks": "^1.4.1",
"bower": "^1.8.8",
"gulp": "^4.0.2",
"gulp-angular-templatecache": "^3.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-htmlmin": "^5.0.1",
"gulp-less": "^4.0.1",
"gulp-load": "^0.1.1",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.1.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"plugins": "^0.4.2",
"require-dir": "^1.2.0"
}
}