forked from linchpin/mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 988 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
39
40
41
42
43
{
"name": "mesh",
"version": "1.0.4",
"license": "GPLv2",
"respository": "https://github.com/linchpinagency/mesh",
"author": {
"name": "Linchpin",
"email": "sayhi@linchpin.agency",
"url": "https://linchpin.agency"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.0.0",
"grunt-sass": "^1.0.0",
"grunt-wp-i18n": "^0.5.4",
"matchdep": "^0.3.0",
"node-sass": "^2.0.0"
},
"keywords": [
"linchpin",
"sections",
"content",
"page builder",
"page builder plugin",
"design",
"wysiwyg",
"home page builder",
"template builder",
"layout builder",
"landing page builder",
"website builder",
"site builder",
"drag and drop builder",
"editor",
"page layout",
"visual editor"
]
}