-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "fraction-calculator",
"version": "1.0.0",
"description": "Rupiah fraction generator",
"scripts": {
"build": "npm install --production",
"start": "node server.js",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/ersaldyraisha/fraction-calculator.git"
},
"author": "Andi Ersaldy",
"license": "ISC",
"homepage": "https://github.com/ersaldyraisha/fraction-calculator#readme",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"autoprefixer": "^9.5.1",
"babel": "^6.23.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.1",
"gulp-babel": "^8.0.0-beta.2",
"gulp-concat": "^2.6.1",
"gulp-htmlclean": "^2.7.22",
"gulp-imagemin": "^5.0.3",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^3.4.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"postcss-assets": "^5.0.0"
},
"dependencies": {
"express": "^4.16.4"
}
}