-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 769 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 769 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
{
"name": "mesinfos-dev",
"cozy-type": "static",
"cozy-displayName": "MesInfos Dev",
"version": "1.0.2",
"description": "Une application pour les développeurs, pour visualiser et tester l'accès aux données du Pilote MesInfos.",
"icon-path": "img/icon.svg",
"cozy-permissions": {
"all": {
"description": "Visualize all the data format, and test request on the datasystem."
}
},
"scripts": {
"watch": "brunch watch",
"build": "brunch build --production"
},
"dependencies": {},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"brunch": "^2.0.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"jade-brunch": "2.8.0",
"javascript-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.0"
}
}