This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
116 lines (116 loc) · 3.06 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "annotate",
"version": "3.2.0",
"author": {
"name": "Roger Hutchings",
"email": "[email protected]",
"url": "http://rogerhutchin.gs"
},
"contributors": [
{
"name": "Perry Roper",
"email": "[email protected]",
"url": "https://perry.io"
}
],
"description": "A full-text transcription web app, written for the Tate Britain.",
"homepage": "https://anno.tate.org.uk/",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/AnnoTate"
},
"bugs": {
"url": "https://github.com/zooniverse/AnnoTate/issues"
},
"license": "Apache-2.0",
"keywords": [
"express",
"gulp",
"browserify",
"angular",
"stylus",
"boilerplate"
],
"private": true,
"engines": {
"node": "8"
},
"devDependencies": {
"@uirouter/angularjs": "^1.0.3",
"angular": "^1.6.6",
"angular-bootstrap-npm": "^0.14.3",
"angular-hotkeys": "^1.4.5",
"angular-local-storage": "^0.6.0",
"angular-mocks": "^1.6.6",
"angular-sanitize": "^1.6.6",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bootstrap-styl": "^5.0.8",
"brfs": "^1.2.0",
"browser-sync": "^2.18.13",
"browserify": "^14.4.0",
"browserify-ngannotate": "^2.0.0",
"browserify-shim": "^3.8.5",
"bulk-require": "^1.0.1",
"bulkify": "^1.1.1",
"check-engines": "^1.5.0",
"del": "^3.0.0",
"draggabilly": "^2.1.1",
"envify": "^4.1.0",
"express": "^4.7.2",
"graphql-request": "^1.4.0",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^7.0.1",
"gulp-changed": "^3.1.0",
"gulp-gzip": "^1.4.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.0.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-streamify": "1.0.2",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.1",
"hammerjs": "^2.0.4",
"imagemin-pngcrush": "^5.1.0",
"install": "^0.10.1",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.4",
"lunar.js": "git://github.com/toddmotto/lunar.git",
"masonry-layout": "^4.2.2",
"moment": "^2.10.3",
"morgan": "^1.2.2",
"ng-load": "^1.0.2",
"nib": "^1.1.0",
"node-dir": "0.1.16",
"npm": "^5.3.0",
"panoptes-client": "^3.0.0-rc.0",
"pretty-hrtime": "^1.0.3",
"q": "^1.2.0",
"run-sequence": "^2.1.0",
"s3": "^4.4.0",
"spin": "0.0.1",
"svg-pan-zoom": "^3.2.1",
"tiny-lr": "1.0.5",
"uglifyify": "^4.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"scripts": {
"start": "check-engines && gulp dev",
"deploy": "check-engines && NODE_ENV=production gulp deploy",
"build": "check-engines && NODE_ENV=production gulp production"
},
"browser": {
"./node_modules/angular-bootstrap-npm/dist/angular-bootstrap.min.js": "angular-bootstrap-npm"
},
"browserify-shim": {
"angular-bootstrap-npm": "angular-bootstrap-npm"
}
}