forked from frontend-rescue/keep-up-to-date
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 988 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "keep-up-to-date",
"version": "2.0.0",
"description": "How to keep up to date on Front-end Technologies? - The Recipe",
"homepage": "http://uptodate.frontendrescue.org",
"author": "@frontend-rescue",
"contributors": [
{
"name": "Guille Paz",
"email": "[email protected]"
},
{
"name": "Her Mammana",
"email": "[email protected]"
},
{
"name": "Lean Linares",
"email": "[email protected]"
}
],
"scripts": {
"start": "wintersmith preview",
"build": "wintersmith build"
},
"repository": {
"type": "git",
"url": "https://github.com/frontend-rescue/keep-up-to-date"
},
"engine": "node >= 0.10.5",
"devDependencies": {
"wintersmith": "2.0.5",
"underscore": "1.4.x",
"grunt": "~0.4.1",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-clean": "0.4.1",
"grunt-wintersmith-compile": "~0.1.1",
"grunt-contrib-copy": "~0.4.1"
},
"license": "MIT"
}