-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.51 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
98
{
"name": "buddyup-core",
"version": "2.0.0",
"description": "The BuddyUp Core codebase",
"main": "index.js",
"engines": {
"node": "4.3.x"
},
"scripts": {
"test": "nosetests"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/buddyup/core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/buddyup/core/issues"
},
"homepage": "https://github.com/buddyup/core",
"dependencies": {},
"devDependencies": {
"angular-hotkeys": "^1.6.0",
"blaze_compiler": "0.0.36",
"bower": "^1.7.7",
"browser-sync": "^2.11.1",
"chalk": "^1.1.1",
"colors": "^1.1.2",
"concurrent-transform": "^1.0.0",
"dateformat": "^1.0.12",
"del": "^2.2.0",
"event-stream": "^3.3.2",
"firebase": "^2.4.0",
"firebase-server": "^0.5.2",
"gulp": "^3.9.0",
"gulp-angular-gettext": "^2.1.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-awspublish": "3.0.1",
"gulp-cloudfront": "0.0.14",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-filter": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-inject-string": "1.1.0",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^1.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-param": "^0.6.4",
"gulp-plumber": "^1.0.1",
"gulp-protractor": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.8.22",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.2",
"gulp-strip-line": "0.0.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"has-gulplog": "^0.1.0",
"insight": "^0.7.0",
"ionic": "^1.7.13",
"jasmine": "^2.4.1",
"jshint": "^2.9.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-cli": "0.1.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"lodash": "^4.0.1",
"lodash.template": "^4.0.1",
"ng-annotate": "^1.2.1",
"node-sass": "^3.4.2",
"object-assign": "^4.0.1",
"optimist": "^0.6.1",
"phantomjs-prebuilt": "^2.1.3",
"protractor": "^3.0.0",
"replace-ext": "0.0.1",
"request": "^2.69.0",
"run-sequence": "^1.1.5",
"selenium": "^2.20.0",
"selenium-webdriver": "^2.46.0",
"shelljs": "^0.5.3",
"through2": "^2.0.0",
"vinyl": "^1.1.1",
"webdriver-manager": "^8.0.0"
},
"cordovaPlugins": [],
"cordovaPlatforms": [
"ios",
"android"
]
}