-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "wiggle.js",
"version": "1.3.1",
"description": "Media Queries Change Listener",
"main": "wiggle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/snovakovic/wiggle.git"
},
"keywords": [
"media query",
"Media Queries",
"matchMedia",
"responsive",
"resize",
"breakpoints"
],
"author": "stefan.novakovich@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/snovakovic/wiggle/issues"
},
"homepage": "https://github.com/snovakovic/wiggle#readme",
"scripts": {
"test": "karma start"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.17.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs": "^2.1.7"
}
}