-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "timezone-selector",
"version": "1.0.0",
"description": "Timezone Selector",
"main": "gulpfile.js",
"scripts": {
"start": "gulp build && node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "1.4.7",
"angular-animate": "1.4.7",
"angular-cache": "4.5.0",
"angular-cookies": "1.4.7",
"angular-route": "1.4.7",
"angular-sanitize": "1.4.7",
"angular-touch": "1.4.7",
"bloodhound-js": "1.2.1",
"body-parser": "1.15.0",
"bower": "1.7.7",
"browserify": "13.0.0",
"browserify-middleware": "7.0.0",
"browserify-ngannotate": "2.0.0",
"cookie": "0.2.3",
"cookie-parser": "1.4.1",
"cookie-session": "2.0.0-alpha.1",
"envify": "3.4.0",
"express": "4.13.4",
"font-awesome": "4.5.0",
"gulp": "3.9.1",
"gulp-clean": "0.3.1",
"gulp-connect": "2.3.1",
"gulp-jshint": "2.0.0",
"gulp-minify-css": "1.2.3",
"gulp-nodemon": "2.0.6",
"gulp-uglify": "1.5.2",
"gulp-util": "3.0.7",
"jshint": "2.9.1",
"jstimezonedetect": "1.0.6",
"lodash": "4.6.1",
"moment-timezone": "0.5.7",
"run-sequence": "1.1.5",
"through2": "2.0.1",
"utf8": "2.1.1",
"vinyl-source-stream": "1.1.0",
"xml2js": "0.4.16"
}
}