forked from opensourcepos/opensourcepos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 919 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
{
"name": "opensourcepos",
"version": "2.4.0",
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jekkos/opensourcepos"
},
"keywords": [
"point-of-sale"
],
"author": "jekkos",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-webdriver": "^1.2.1",
"grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master",
"mocha": "^2.2.1",
"wd": "^0.3.3",
"phantomjs": "~1.9.2"
}
}