-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 948 Bytes
/
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
{
"name": "gbif-sample-app",
"version": "0.0.0",
"description": "A sample demonstrating the use of GBIF data, Angular, packaging and testing",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"bower": "^1.4.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-concat": "^2.5.2",
"gulp-hash-filename": "^1.0.1",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jasmine-core": "^2.3.4",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.3.5",
"run-sequence": "^1.1.0"
},
"scripts": {
"test": "node node_modules/karma/bin/karma start"
},
"author": "Morten Granau Hofft",
"license": "MIT"
}