forked from Fabrik/fabrik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 982 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
{
"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": "^1.3.0",
"bluebird": "^3.4.7",
"execSync": "^1.0.2",
"fs-extra": "^2.0.0",
"ftp": "^0.3.10",
"gitlog": "^2.1.0",
"grunt": "^1.0.1",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-prompt": "^1.3.0",
"libxmljs": "^0.18.4",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"replace": "^0.3.0",
"rimraf": "^2.4.3",
"shelljs": "^0.7.6",
"simple-git": "^1.8.0"
},
"config": {
"test": {
"downloadFolder": "http://fabrikar.com/media/downloads_test/"
},
"live": {
"downloadFolder": "http://fabrikar.com/media/downloads/"
}
}
}