forked from winds-mobi/winds-mobi-client-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "windmobile",
"description": "real-time winds",
"version": "2.0.0",
"author": "Yann Savary",
"repository": {
"type": "git",
"url": "https://github.com/ysavary/WindMobile2-Server"
},
"license": "AGPL-3.0",
"dependencies": {
"angular": "1.5.7",
"angular-sanitize": "1.5.7",
"angular-translate": "2.8.1",
"angular-ui-router": "0.3.1",
"bootstrap-sass": "3.3.6",
"browsernizr": "2.2.0",
"google-maps-infobox": "1.1.13",
"jquery": "2.2.4",
"lodash": "4.13.1",
"material-design-lite": "1.3.0",
"moment": "2.13.0",
"oclazyload": "1.0.6",
"snapsvg": "git+https://github.com/adobe-webplatform/Snap.svg.git#v0.5.1",
"tinycolor2": "1.3.0"
},
"devDependencies": {
"browserify": "13.0.1",
"disc": "1.3.2",
"gulp": "3.9.1",
"gulp-cdnizer": "1.1.6",
"gulp-sass": "2.3.1",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
}
}