-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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
{
"name": "angular-virtual-pete",
"version": "1.0.5",
"author": "Ben Rubin",
"description": "Angular component for virtual repeat",
"keywords": "angular, component, virtual, repeat, infinite, virtual-repeat, virtual-pete, angular-virtual-pete",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/B-3PO/angular-virtual-pete.git"
},
"main": "index.js",
"devDependencies": {
"bump": "^0.2.5",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-filter": "^4.0.0",
"gulp-inject": "^4.0.0",
"gulp-jasmine": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-main-bower-files": "^1.5.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.5",
"gulp-serve": "^1.2.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.3",
"gulp-wrap": "^0.11.0",
"jshint": "^2.8.0",
"karma": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26"
},
"scripts": {
"local": "gulp",
"build": "gulp build"
}
}