-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
{
"name": "maps",
"version": "0.0.1",
"dependencies": {
"angular": "^1.4",
"angular-animate": "^1.4.7",
"angular-leaflet-directive": "tombatossals/angular-leaflet-directive",
"angular-route": "^1.4",
"angular-simple-logger": "^0.0.1",
"angularfire": "1.1.2",
"firebase": "2.2.9",
"font-awesome": "^4.4.0",
"gulp-open": "^1.0.0",
"leaflet": "^0.7.5",
"leaflet-editable": "^0.6.2",
"ng-file-upload": "^9.0.13"
},
"devDependencies": {
"angular-mocks": "^1.4.6",
"autoprefixer": "^6.0.3",
"brfs": "^1.4.1",
"browserify": "^11.1.0",
"connect-livereload": "^0.5.3",
"connect-modrewrite": "^0.8.2",
"del": "^2.0.2",
"express": "^4.13.3",
"factor-bundle": "^2.5.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.2",
"gulp-less": "^3.0.3",
"gulp-ng-html2js": "^0.2.0",
"gulp-postcss": "^6.0.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.4",
"jquery": "^2.1.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-nyan-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js html2js; ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS --reporters progress"
}
}