-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (48 loc) · 1.56 KB
/
package.json
File metadata and controls
52 lines (48 loc) · 1.56 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
{
"name": "intersection-observer-polyfill",
"author": "Denis Rul <que.etc@bgmail.com>",
"version": "0.1.0",
"description": "A polyfill of IntersectionObserver API",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/que-etc/intersection-observer-polyfill.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/que-etc/intersection-observer-polyfill/issues"
},
"keywords": [
"util",
"client",
"browser",
"polyfill"
],
"homepage": "https://github.com/que-etc/intersection-observer-polyfill",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-1": "^6.5.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"jasmine-core": "^2.4.1",
"webpack": "^1.13.1",
"lodash": "^4.13.1",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"eslint": "^2.11.1",
"babel-eslint": "^6.0.4",
"eslint-import-resolver-node": "^0.2.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.8.1"
}
}