-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.94 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.94 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
54
55
56
57
58
59
60
61
62
{
"name": "snapsat",
"version": "1.0.0",
"description": "Custom Landsat composites in the browser.",
"main": "index.js",
"scripts": {
"start": "gunicorn --paste app/development.ini --reload --timeout=600",
"bundle": "watchify assets/js/index.js -o bundle.js",
"develop": "gulp develop",
"production": "gulp production"
},
"repository": {
"type": "git",
"url": "https://github.com/recombinators/snapsat.git"
},
"author": "Jacques Tardie <hi@jacquestardie.org> (http://jacquestardie.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/recombinators/snapsat/issues"
},
"homepage": "http://snapsat.org",
"dependencies": {
"basscss": "^6.0.2",
"basscss-background-images": "0.0.9",
"basscss-base-buttons": "^1.0.12",
"basscss-base-forms": "^1.1.2",
"basscss-base-reset": "^1.0.0",
"basscss-base-tables": "^1.0.0",
"basscss-base-typography": "^1.0.1",
"basscss-borders": "^1.0.2",
"basscss-button-outline": "^1.1.0",
"basscss-button-sizes": "^1.0.6",
"basscss-button-transparent": "^1.1.0",
"basscss-color-base": "^1.3.2",
"basscss-color-forms": "^2.0.3",
"basscss-color-forms-dark": "^1.0.1",
"basscss-color-tables": "^1.0.2",
"basscss-colors": "^1.0.9",
"basscss-defaults": "^2.0.1",
"basscss-grid": "^1.0.2",
"basscss-input-range": "^1.1.5",
"basscss-positions": "^1.0.1",
"basscss-progress": "^1.0.5",
"basscss-responsive-states": "^1.0.1",
"basscss-utility-layout": "^1.0.0",
"basscss-utility-typography": "^1.0.1",
"basscss-white-space": "^1.0.1",
"browserify": "^9.0.8",
"cssnext": "^1.3.0",
"flex-object": "^1.1.3",
"gulp": "^3.8.11",
"gulp-cssnext": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.2.4",
"jquery": "^2.1.3",
"mapbox.js": "^2.1.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.6.0"
}
}