forked from Zizzamia/ng-tasty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.01 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
{
"name": "ng-tasty",
"version": "0.4.7",
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "index.js",
"devDependencies": {
"blueimp-md5": "^1.1.0",
"camel-case": "^1.0.2",
"chalk": "^0.5.1",
"ejs": "~1.0.0",
"exec": "0.1.2",
"express": "3.x",
"generator-ngtasty": "^0.1.0",
"gulp": "3.8.10",
"gulp-clean": "^0.3.1",
"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-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",
"karma": "^0.12.19",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1",
"karma-jasmine": "^0.1.5",
"karma-spec-reporter": "^0.0.13",
"moment": "^2.8.1",
"protractor": "^0.20.1",
"run-sequence": "^0.3.6",
"streamqueue": "^0.1.1",
"twit": "^1.1.18",
"underscore": "1.6.0",
"ws": "^0.6.5",
"yeoman-generator": "^0.18.5"
},
"scripts": {
"start": "node docs/server.js port=3000",
"start_docs": "node docs/server.js port=25907",
"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" : "Wesley", "url" : "https://github.com/wesww" },
{ "name" : "Gianluca Bargelli", "url" : "https://github.com/proudlygeek" },
{ "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"
}