-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
38 lines (38 loc) · 1.21 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": "penguin",
"version": "0.0.1",
"description": "penguin is a lightweight and extensible front-end framework built with Sass to kickstart any web project.",
"repository": {
"type": "git",
"url": "git@github.com:bq/penguin.git"
},
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"authors": [
"front-end bq <front-end@bq.com>",
"Álvaro Brito <alvaro.brito@bq.com> <alvarobr85@gmail.com>",
"Óscar Ferrándiz <oscar.ferrandiz@bq.com> <oferrandiz@gmail.com>"
],
"contributors": [{
"name": "José Manuel Guzmán",
"email": "josemanuel.guzman@bq.com"
}, {
"name": "Javier López",
"email": "javier.lopez@bq.com"
}],
"devDependencies": {
"grunt-bump": "0.3.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-cssmin": "0.12.2",
"grunt-contrib-sass": "0.9.2",
"grunt-contrib-uglify": "0.7.0",
"grunt-conventional-changelog": "1.1.0",
"grunt-mocha-cli": "1.12.0",
"grunt-readme-generator": "0.3.41",
"load-grunt-tasks": "3.1.0"
}
}