-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
39 lines (39 loc) · 1.02 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.2.4",
"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.2.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-karma": "2.0.0",
"jasmine-core": "2.9.0",
"jquery": "3.1.1",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.1",
"karma-safari-launcher": "1.0.0",
"load-grunt-tasks": "3.5.2",
"lodash": "4.17.4"
},
"scripts": {
"build": "grunt build",
"dist": "grunt dist",
"test": "grunt test",
"test-ci": "grunt ci"
}
}