forked from hypothesis/h
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.24 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
{
"name": "h",
"private": true,
"version": "0.0.0",
"description": "The Internet, peer reviewed.",
"dependencies": {
"autoprefixer": "^6.0.3",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"bootstrap": "3.3.5",
"browserify": "^13.1.0",
"browserify-shim": "^3.8.12",
"commander": "^2.9.0",
"core-js": "^1.2.5",
"element-closest": "^2.0.2",
"element-dataset": "^1.3.0",
"end-of-stream": "^1.1.0",
"escape-html": "^1.0.3",
"exorcist": "^0.4.0",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-newer": "^1.2.0",
"gulp-postcss": "^6.1.0",
"gulp-svgmin": "^1.2.2",
"gulp-util": "^3.0.7",
"is-equal-shallow": "^0.1.3",
"jquery": "1.11.1",
"js-polyfills": "^0.1.16",
"keyboardevent-key-polyfill": "^1.0.2",
"mkdirp": "^0.5.1",
"node-sass": "^4.5.3",
"postcss": "^5.0.6",
"postcss-url": "^5.1.1",
"query-string": "^3.0.1",
"raven-js": "^3.7.0",
"scroll-into-view": "^1.7.1",
"through2": "^2.0.1",
"uglifyify": "^3.0.1",
"unorm": "^1.4.1",
"vinyl": "^1.1.1",
"watchify": "^3.7.0",
"whatwg-fetch": "^0.10.1"
},
"devDependencies": {
"chai": "^3.5.0",
"check-dependencies": "^0.12.0",
"diff": "^2.2.2",
"eslint": "^3.9.1",
"eslint-config-hypothesis": "^1.0.0",
"fetch-mock": "^5.1.5",
"gulp-eslint": "^3.0.1",
"karma": "^1.1.0",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sinon": "^1.0.5",
"mocha": "^2.4.5",
"proxyquire": "^1.7.4",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.2.1",
"sinon": "^1.17.3",
"syn": "^0.2.2",
"websocket": "^1.0.22"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/hypothesis/h.git"
},
"license": "Simplified BSD License",
"bugs": {
"url": "https://github.com/hypothesis/h/issues"
},
"homepage": "https://github.com/hypothesis/h",
"browserify": {
"transform": [
"babelify",
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "$"
}
}