forked from ChtiJS/chtijs.francejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1.02 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
{
"name": "chtijs",
"version": "0.0.0",
"description": "The ChtiJS website",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nicolas Froidure",
"license": "MIT",
"devDependencies": {
"matchdep": "~0.3.0",
"grunt-svgicons2svgfont": "latest",
"grunt-svg2ttf": "latest",
"grunt-ttf2eot": "latest",
"grunt-ttf2woff": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-svgmin": "latest",
"grunt-browserify": "latest",
"grunt-gh-pages": "~0.9.0",
"grunt": "latest",
"grunt-contrib-connect": "latest",
"jshint-stylish": "latest",
"nunjucks": "~1.0.0",
"marked": "~0.2.10",
"grunt-contrib-copy": "~0.4.1",
"varstream": "~0.2.0",
"load-grunt-tasks": "~0.2.1",
"lodash": "~2.4.1",
"request": "latest",
"q": "latest"
}
}