forked from 2sic/2sxc-eav-languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 975 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
{
"name": "tosic_tosxc_eav_languages",
"version": "11.01.00",
"description": "Language packs for the 2sic/eav and 2sxc/2sxc",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/2sic/2sxc-eav-languages"
},
"keywords": [
"2sic",
"eav",
"2sxc",
"i18n",
"l10n"
],
"author": "2sic Internet Solutions",
"license": "MIT",
"bugs": {
"url": "https://github.com/2sic/2sxc-eav-languages/issues"
},
"homepage": "http://2sxc.org/",
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-flatten-json": "0.0.5",
"grunt-merge-json": "0.9.5",
"gulp": "^3.9.1",
"gulp-watch": "4.3.11"
},
"dependencies": {
"grunt-cli": "^1.3.2"
}
}