-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1006 Bytes
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
{
"name": "juggler-js",
"version": "2.0.1",
"main": "dist/juggler.js",
"description": "Juggler is a simple tool that allows to move (not copy!) the element nodes from one place to another in the DOM when they match the provided media query.",
"repository": {
"type": "git",
"url": "https://github.com/codefog/juggler-js.git"
},
"keywords": [
"dom",
"brekapoint",
"media",
"query",
"manipulation"
],
"author": "Codefog <info@codefog.pl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefog/juggler-js/issues"
},
"homepage": "https://github.com/codefog/juggler-js#readme",
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.12.1",
"eslint-config-airbnb-es5": "^1.2.0",
"eslint-plugin-react": "^7.5.1",
"gulp": "^4.0.2",
"gulp-eslint": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
}
}