forked from italia/docs-italia-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 858 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 858 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
31
32
{
"name": "docs-italia-theme",
"description": "Docs Italia theme è il tema Sphinx di riferimento per Docs Italia",
"repository": "https://github.com/italia/docs-italia-theme",
"version": "1.0.0-beta",
"license": "MIT",
"engines": {
"node": ">=6"
},
"author": "Presidenza del Consiglio dei Ministri",
"scripts": {
"start": "grunt",
"build": "grunt build"
},
"dependencies": {
"grunt-cli": "^1.2.0"
},
"devDependencies": {
"browserify": "^14.5.0",
"connect-livereload": "^0.6.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-open": "^0.2.3",
"matchdep": "^2.0.0"
}
}