-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "betsol-ng-entity-list",
"description": "Automatic entity lists for Angular.js",
"version": "0.4.0",
"homepage": "https://github.com/betsol/ng-entity-list",
"license": "MIT",
"main": "dist/betsol-ng-entity-list.js",
"dependencies": {
"angular-ui-router": "^0.2.15",
"betsol-ng-paginator": "~0"
},
"devDependencies": {
"del": "~0",
"gulp": "~3",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.7.1",
"gulp-htmlmin": "^1.1.4",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "~1",
"gulp-uglify": "~0",
"gulp-util": "~2",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-expect": "^1.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"mocha": "^3.0.2",
"run-sequence": "^1.1.3"
},
"repository": {
"type": "git",
"url": "git://github.com/betsol/ng-entity-list.git"
},
"keywords": [
"betsol",
"angular",
"angular.js",
"entity",
"entities",
"list",
"view",
"template",
"generator"
]
}