-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1007 Bytes
/
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
{
"name": "angular-ribbon",
"version": "1.0.1",
"description": "Ribbon component using AngularJS",
"repository": {
"type": "git",
"url": "https://github.com/schmuli/angular-ribbon.git"
},
"keywords": [
"Ribbon",
"Angular"
],
"author": "Schmulik Raskin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/schmuli/angular-ribbon/issues"
},
"homepage": "https://github.com/schmuli/angular-ribbon",
"devDependencies": {
"esperanto": "^0.6.13",
"gulp": "^3.8.11",
"gulp-add-src": "^0.2.0",
"gulp-angular-templatecache": "^1.5.0",
"gulp-babel": "^4.0.0",
"gulp-concat": "^2.5.0",
"gulp-file": "^0.2.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-htmlmin": "^1.1.0",
"gulp-load-plugins": "^0.8.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5"
}
}