-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"title": "Bank in the Pocket",
"name": "bankinthepocket",
"description": "Application de gestion bancaire",
"version": "2.1.0",
"author": "Pierre Canthelou",
"main": "index.js",
"license": "BSD-2-Clause",
"host": "IP",
"port": "21",
"dest": "",
"desttest": "",
"httpdev": "",
"httpprod": "",
"devDependencies": {
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-csslint": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-curl": "*",
"grunt-exec": "*",
"grunt-ftp-deploy": "*",
"grunt-image-resize": "*",
"grunt-open": "*",
"grunt-responsive-images": "*",
"grunt-text-replace": "*"
}
}