-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·33 lines (33 loc) · 1023 Bytes
/
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
{
"name": "kidzou",
"version": "kidzou-5",
"description": "Le site des parents et des enfants autour de Lille",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kidzou",
"license": "Copyright Kidzou",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-plugin-transform-react-jsx": ">= 6.3",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-imagemin": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-ftp-deploy": "^0.1.6",
"grunt-http": "~0.1.0",
"grunt-perfbudget": "^0.1.8",
"grunt-phpdocumentor": "^0.4.1",
"grunt-plato": "^1.3.0"
}
}