-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1013 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1013 Bytes
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
{
"name": "advent-calendar",
"version": "1.0.0",
"description": "An Advent Calendar being built over the 25 day period leading up to Christmas.",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/jekkilekki/advent-calendar.git"
},
"keywords": [
"advent",
"Christmas",
"countdown",
"calendar"
],
"author": "Aaron Snowberger",
"license": "ISC",
"bugs": {
"url": "https://github.com/jekkilekki/advent-calendar/issues"
},
"homepage": "https://github.com/jekkilekki/advent-calendar#readme",
"babel": {
"presets": [
"latest",
"react"
]
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-babel": "^6.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1"
}
}