This repository has been archived by the owner on Jan 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·67 lines (67 loc) · 1.69 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "zemit-layout-engine",
"description": "A Touch-Based Layout Engine",
"version": "0.0.7",
"keywords": [
"layout engine",
"web builder",
"wysiwyg",
"page creator",
"cms"
],
"maintainers": [
{
"name": "Danny Coulombe",
"email": "contact@dannycoulombe.com",
"web": "https://dannycoulombe.com"
}
],
"license": "MIT",
"licenses": [
{
"name": "MIT",
"url": "https://github.com/zemit-official/layout-engine/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/zemit-official/layout-engine"
},
"homepage": "https://zemit.com",
"dependencies": {
"angular": "^1.6.4",
"angular-sanitize": "^1.6.4",
"angular-ui-tree": "^2.22.6",
"font-awesome-base64": "^1.0.4",
"interactjs": "1.2.9",
"jquery": "^3.2.1",
"jsondiffpatch": "^0.2.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-latest": "^6.24.1",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-appcache": "^0.2.0",
"grunt-assets-inline": "^0.1.19",
"grunt-babel": "^7.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-css-url-replace": "^0.2.7",
"grunt-embed": "^0.2.1",
"grunt-include-source": "^1.1.0",
"grunt-replace": "^1.0.1",
"grunt-service-worker": "^0.1.2",
"grunt-sw-precache": "^1.0.3",
"grunt-template-render": "0.0.1",
"grunt-usemin": "^3.1.0",
"grunt-version": "^1.2.1"
}
}