-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
44 lines (44 loc) · 1.08 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
{
"scripts": {
"build": "grunt",
"start": "npm run watch",
"watch": "grunt watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frontwise/grid-editor.git"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"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": "1.0.8",
"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"
}