forked from wnr/element-resize-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "element-resize-detector",
"version": "1.1.14",
"description": "Resize event emitter for elements.",
"homepage": "https://github.com/wnr/element-resize-detector",
"repository": {
"type": "git",
"url": "git://github.com/wnr/element-resize-detector.git"
},
"main": "src/element-resize-detector.js",
"private": false,
"license": "MIT",
"dependencies": {
"batch-processor": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.1.0",
"grunt-karma": "^2.0.0",
"jasmine-core": "^2.2.0",
"jquery": "^3.1.1",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"load-grunt-tasks": "^3.0.0",
"lodash": "^4.17.4"
},
"scripts": {
"build": "grunt build",
"dist": "grunt dist",
"test": "grunt test",
"test-ci": "grunt ci"
}
}