forked from elopezga/matter-dom-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 961 Bytes
/
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
{
"name": "matter-dom-plugin",
"description": "A plugin to apply matter.js's physics to DOM elements",
"version": "1.0.0",
"main": "src/matter-dom-plugin.js",
"license": "MIT",
"homepage": "https://github.com/elopezga/matter-dom-plugin",
"author": "Edgar Lopez-Garcia",
"repository": {
"type": "git",
"url": "https://github.com/elopezga/matter-dom-plugin.git"
},
"keywords": [
"matter-js",
"plugin",
"physics",
"dom"
],
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --content-base docs/"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"case": "^1.4.2",
"chai": "^3.5.0",
"eslint": "^3.14.1",
"markdox": "^0.1.10",
"matter-js": "^0.12.0",
"matter-tools": "^0.10.0",
"mocha": "^3.2.0",
"replace-in-file": "^2.2.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.3"
}
}