-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.47 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
53
54
55
56
57
58
59
{
"name": "angular-selective-repeat",
"version": "0.0.2",
"description": "Angular Selective Repeat",
"main": "./dist/angular-selective-repeat.js",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/seegno/angular-selective-repeat.git"
},
"keywords": [
"AngularJS",
"selective-repeat"
],
"author": {
"name": "Seegno",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/seegno/angular-selective-repeat/issues"
},
"homepage": "https://github.com/seegno/angular-selective-repeat",
"devDependencies": {
"6to5ify": "^3.1.2",
"angular-mocks": "^1.3.9",
"bower": "^1.3.12",
"gulp": "^3.8.10",
"gulp-6to5": "^2.0.2",
"gulp-concat": "^2.4.3",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.0",
"gulp-ng-annotate": "^0.4.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"gulp-wrap-umd": "^0.2.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"karma-browserify": "^2.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-should": "0.0.1",
"karma-sinon": "^1.0.4",
"lodash": "^2.4.1",
"multiline": "^1.0.2",
"should": "^4.6.0"
},
"browser": {
"angular": "./bower_components/angular/angular.js"
},
"browserify-shim": {
"angular": {
"exports": "angular"
}
}
}