forked from litecart/litecart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 897 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 897 Bytes
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
{
"name": "litecart",
"title": "LiteCart",
"description": "Lightweight e-commerce platform built with PHP, jQuery and HTML.",
"version": "2.2.3.5",
"author": {
"name": "T. Almroth",
"url": "https://www.litecart.net/"
},
"license": "CC-BY-ND-4.0",
"homepage": "https://www.litecart.net/",
"download": "https://www.litecart.net/download",
"repository": {
"type": "git",
"url": "git://github.com/litecart/litecart.git"
},
"bugs": {
"url": "https://github.com/litecart/litecart/issues"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-phplint": "^0.1.0",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"less-plugin-clean-css": "^1.5.1",
"node-sass": "^4.14.1",
"phplint": "^2.0.1"
},
"scripts": {
"build": "grunt"
}
}