-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.22 KB
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
{
"name": "letsmoove",
"version": "1.0.0",
"scripts": {
"postinstall": "if [ \"$BUILD_ASSETS\" ]; then npm run build-assets; fi",
"build-assets": "gulp build --production",
"jasmineinit": "jasmine init",
"start": "gulp",
"jasmine": "jasmine"
},
"dependencies": {
"jquery": "~2.1.4",
"angular": "~1.4",
"angular-animate": "~1.4",
"angular-aria": "~1.4",
"angular-resource": "~1.4",
"angular-route": "~1.4",
"angular-ui-router": "~0.2.15",
"front-router": "^1.0.0",
"angular-google-maps": "2.2.1",
"angular-material": "https://github.com/angular/bower-material#v1.0.0-rc7",
"foundation-apps": "~1.2",
"angular-material-icons": "klarsys/angular-material-icons",
"svg-morpheus": "https://github.com/alexk111/SVG-Morpheus#v0.1.8",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "1.0.0-rc.1",
"gulp-ng-html2js": "^0.2.0",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0",
"rimraf": "^2.4.1",
"run-sequence": "^1.1.1",
"yargs": "^3.15.0",
"lodash": "3.10.1"
},
"devDependencies": {
"angular-mocks": "~1.4",
"jasmine": "~2.3.2"
},
"private": true
}