forked from amccamikom/join
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 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
{
"name": "join-amcc",
"version": "1.0.0",
"description": "Aplikasi sederhana untuk pendaftaran online member baru AMCC.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rizqy H.",
"license": "MIT",
"dependencies": {
"chart.js": "^2.3.0",
"datatables.net": "^1.10.12",
"datatables.net-dt": "^1.10.12",
"jquery.maskedinput": "^1.4.1",
"parsleyjs": "^2.5.0"
},
"devDependencies": {
"browser-sync": "^2.17.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-header": "^1.7.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7"
}
}