forked from Maddoc42/Android-Material-Icon-Generator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 803 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
{
"name": "MaterialIconDroid",
"description": "Android Material Icon Generator",
"author": "Philipp Eichhorn",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/Maddoc42/MaterialIconsGenerator"
},
"license": "Apache-2.0",
"scripts": {
"start": "brunch watch --server",
"clean": "rm -r public/*",
"deploy": "./bin/deploy.sh",
"test": "casperjs test tests/*.js"
},
"dependencies": {
"auto-reload-brunch": ">= 1.0 < 1.9",
"babel": "^6.3.26",
"babel-brunch": "^6.0.0",
"clean-css-brunch": ">= 1.0 < 1.9",
"css-brunch": ">= 1.0 < 1.9",
"jade-brunch": "^2.0.0",
"javascript-brunch": ">= 1.0 < 1.9",
"sass-brunch": "^1.9.2",
"static-jade-brunch": "^1.8.0",
"uglify-js-brunch": ">= 1.0 < 1.9"
}
}