-
Notifications
You must be signed in to change notification settings - Fork 231
/
package.json
45 lines (45 loc) · 1.14 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
39
40
41
42
43
44
45
{
"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.pazguille.me",
"author": "@frontend-rescue",
"contributors": [
{
"name": "Guille Paz",
"email": "guille87paz@gmail.com"
},
{
"name": "Her Mammana",
"email": "hernanmammana@gmail.com"
},
{
"name": "Lean Linares",
"email": "lean8086@gmail.com"
}
],
"scripts": {
"dev": "npm run build && npm run server",
"build": "make build",
"watch": "node ./watch.js",
"server": "cd build/; python -m SimpleHTTPServer 3000;"
},
"repository": {
"type": "git",
"url": "https://github.com/frontend-rescue/keep-up-to-date"
},
"devDependencies": {
"chokidar": "^1.0.0-rc5",
"colors": "^1.0.3",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-wintersmith-compile": "^0.1.1",
"moment": "^2.10.6",
"wintersmith": "^2.1.0"
},
"license": "MIT"
}