-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
97 lines (97 loc) · 2.44 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "ng-tasty",
"version": "0.6.1",
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "dist/ng-tasty-tpls.min.js",
"devDependencies": {
"benchpress": "^2.0.0-alpha.12",
"blueimp-md5": "^1.1.0",
"bower": "^1.3.12",
"camel-case": "^1.0.2",
"chalk": "^0.5.1",
"coveralls": "^2.11.2",
"del": "^1.1.1",
"generator-ngtasty": "^0.4.0",
"gulp": "^3.8.11",
"gulp-concat": "2.3.4",
"gulp-file": "^0.2.0",
"gulp-header": "^1.0.5",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-ng-annotate": "^0.3.0",
"gulp-ng-html2js": "^0.1.7",
"gulp-ngcompile": "^0.1.3",
"gulp-ngdocs": "^0.2.10",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.2",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-zip": "^1.0.0",
"http-server": "^0.7.5",
"karma": "^0.12.19",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.7",
"karma-coveralls": "^0.1.5",
"karma-firefox-launcher": "^0.1",
"karma-jasmine": "^0.1.5",
"karma-spec-reporter": "^0.0.13",
"moment": "^2.8.1",
"protractor": "^1.7.0",
"run-sequence": "^0.3.6",
"selenium-webdriver": "^2.45.0",
"streamqueue": "^0.1.1",
"underscore": "1.6.0",
"yeoman-generator": "^0.18.5"
},
"scripts": {
"test": "gulp test",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/Zizzamia/ng-tasty.git"
},
"author": {
"name": "Leonardo Zizzamia",
"url": "https://github.com/Zizzamia"
},
"contributors": [
{
"name": "Alex Casalboni",
"url": "https://github.com/alexcasalboni"
},
{
"name": "Yago Ferrer",
"url": "https://github.com/yagoferrer"
},
{
"name": "Wesley",
"url": "https://github.com/wesww"
},
{
"name": "Gianluca Bargelli",
"url": "https://github.com/proudlygeek"
},
{
"name": "Bogdan Alexandrescu",
"url": "https://github.com/bogdan-alexandrescu"
},
{
"name": "Wahid",
"url": "https://github.com/wahidnory"
},
{
"name": "Alejandro Garcia Angada",
"url": "https://github.com/aganglada"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Zizzamia/ng-tasty/issues"
},
"homepage": "https://github.com/Zizzamia/ng-tasty",
"dependencies": {
"forever": "^0.15.1"
}
}