forked from e-oj/Magic-Grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 875 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
{
"name": "magic-grid",
"version": "3.2.3",
"description": "Super lightweight javascript library for dynamic grid layouts.",
"main": "dist/magic-grid.cjs.js",
"module": "dist/magic-grid.esm.js",
"browser": "dist/magic-grid.min.js",
"scripts": {
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-oj/Magic-Grid.git"
},
"keywords": [
"js",
"grid",
"javascript",
"layout"
],
"author": "Emmanuel Olaojo",
"license": "MIT",
"bugs": {
"url": "https://github.com/e-oj/Magic-Grid/issues"
},
"homepage": "https://github.com/e-oj/Magic-Grid#readme",
"devDependencies": {
"rollup": "^0.67.3",
"rollup-plugin-buble": "^0.19.4",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-uglify-es": "0.0.1"
}
}