forked from libreobjet/open-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.19 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
{
"name": "open-guide",
"version": "0.9.0",
"description": "An open book as a base for teaching and learning about open source product design; a collective understanding of what one should know today to get started and join the movement; a reference students, amateurs and educators can have in their back pocket when they go out to explain what they are passionate about.",
"homepage": "http://books.libreobjet.org",
"repository": "https://github.com/libreobjet/open-guide",
"author": {
"name": "Libre Objet",
"email": "[email protected]",
"url": "http://libreobjet.org"
},
"bugs": {
"url": "https://github.com/libreobjet/open-guide/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"font-awesome": "^4.5.0",
"gitbook-markdown-css": "^1.0.1",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-less": "^1.2.0",
"grunt-image-resize": "^1.0.0",
"grunt-imagemagick": "^0.1.5",
"grunt-responsive-images": "^0.1.7",
"grunt-run": "^0.5.2",
"grunt-shell": "^1.1.2",
"imagemin-jpegtran": "^4.3.2",
"imagemin-optipng": "^4.3.0",
"imagemin-svgo": "^4.2.1"
}
}