forked from ismarslomic/angular-read-more
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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
{
"name": "angular-read-more",
"version": "1.0.7",
"description": "Simple AngularJS Read More Directive",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/ismarslomic/angular-read-more.git"
},
"keywords": [
"angular",
"angularjs",
"readmore",
"directive"
],
"contributors": [
{
"name": "Hitesh Modha",
"email": "[email protected]"
},
{
"name": "Ismar Slomic",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ismarslomic/angular-read-more/issues"
},
"homepage": "https://github.com/ismarslomic/angular-read-more",
"devDependencies": {
"browser-sync": "^2.11.2",
"coveralls": "^2.11.8",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"karma": "~0.13.22",
"karma-angular-filesort": "^1.0.1",
"karma-chrome-launcher": "~0.2.3",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.8",
"karma-mocha-reporter": "^2.0.0",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.6"
},
"dependencies": {
"gulp-bump": "^2.0.1"
}
}