forked from Friendly-Pixel/grid-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 985 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
{
"repository": {
"type": "git",
"url": "git+https://github.com/Frontwise/grid-editor.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1"
},
"name": "frontwise-grid-editor",
"description": "Visual javascript editor for the bootstrap grid system, written as a jQuery plugin.",
"bugs": {
"url": "https://github.com/Frontwise/grid-editor/issues"
},
"homepage": "https://github.com/Frontwise/grid-editor#readme",
"version": "0.0.4",
"main": "dist/jquery.grideditor.js",
"directories": {
"example": "example"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"bootstrap3",
"grid",
"bootstrap-grid",
"css grid",
"editor",
"wysiwyg"
],
"author": "Simon Epskamp",
"license": "MIT"
}