forked from litecart/litecart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 870 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
{
"name": "litecart",
"title": "LiteCart",
"description": "Lightweight e-commerce platform built with PHP, jQuery and HTML.",
"version": "2.2.0",
"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.0.4",
"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.12.0",
"phplint": "^2.0.1"
},
"scripts": {
"build": "grunt"
}
}