forked from pollen8/fabrik
-
Notifications
You must be signed in to change notification settings - Fork 380
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "Fabrik",
"version": "0.1.0",
"description": "Fabrik Build Script",
"keywords": "Joomla, CCK, Fabrik, Forms",
"homepage": "http://fabrikar.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "github.com/Fabrik/fabrik/"
},
"devDependencies": {
"archiver": "^2.1.1",
"bluebird": "^3.5.3",
"execSync": "^1.0.2",
"fs-extra": "^5.0.0",
"ftp": "^0.3.10",
"gitlog": "^3.1.2",
"grunt": "^1.0.3",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-legacy-util": "^1.1.1",
"grunt-prompt": "^1.3.0",
"libxmljs": "^0.19.5",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"replace": "^1.0.1",
"rimraf": "^2.4.3",
"shelljs": "^0.8.2",
"simple-git": "^1.107.0"
},
"config": {
"test": {
"downloadFolder": "http://fabrikar.com/media/downloads_test/"
},
"live": {
"downloadFolder": "http://fabrikar.com/media/downloads/"
}
},
"dependencies": {
"grunt-lineending": "^1.0.0",
"xmljs": "^0.3.2"
}
}