-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "possystem",
"version": "1.0.0",
"description": "A simple pos system",
"main": "index.js",
"scripts": {
"test": "karma start",
"build": "webpack",
"clean": "rimraf ./dist/*",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chanimesh/posSystem.git"
},
"keywords": [
"pos"
],
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/chanimesh/posSystem/issues"
},
"homepage": "https://github.com/chanimesh/posSystem#readme",
"devDependencies": {
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"json-loader": "^0.5.7",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^3.0.0",
"node-sass": "^4.9.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"percentagecalcualtor": "git+https://github.com/chanimesh/percentageCalcualtor.git"
}
}