This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.56 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
50
51
52
53
54
55
{
"name": "oldweather",
"version": "0.1.0",
"description": "Old Weather aims to recover worldwide weather observations to help improve climate model predictions.",
"main": " ",
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "bower install && browserify panoptes-client-wrapper/index.js > app/panoptes-client.js && gulp hookmeup",
"test": "gulp test-ci"
},
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/old-weather.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zooniverse/old-weather/issues"
},
"homepage": "https://github.com/zooniverse/old-weather",
"devDependencies": {
"bower": "^1.7.9",
"browserify": "^13.0.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-chmod": "1.2.0",
"gulp-clean": "0.3.1",
"gulp-connect": "2.2.0",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.3",
"gulp-ngdocs": "0.2.10",
"gulp-rev": "3.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-usemin": "0.3.11",
"gulp-watch": "^4.2.4",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^1.0.2",
"karma": "0.12.31",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "0.3.5",
"nib": "1.1.0",
"panoptes-client": "^2.5.2",
"run-sequence": "^1.1.0",
"stylus": "^0.51.1"
},
"dependencies": {}
}