-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 945 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": "frontend",
"version": "1.0.0",
"description": "Frontend files for my personal portfolio site",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kylecarter/portfolio.git"
},
"keywords": [
"portfolio"
],
"author": "Kyle A. Carter",
"license": "ISC",
"bugs": {
"url": "https://github.com/kylecarter/portfolio/issues"
},
"homepage": "https://github.com/kylecarter/portfolio#readme",
"dependencies": {
"babel": "6.5.2",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babelify": "7.2.0",
"backbone": "1.3.3",
"bourbon": "4.2.6",
"breakpoint-sass": "2.7.0",
"browserify": "13.0.0",
"d3": "3.5.16",
"envify": "3.4.0",
"jquery": "1.11.2",
"react": "15.0.1",
"susy": "2.2.12",
"tinymce": "5.1.6",
"uglify-js": "2.6.2",
"underscore": "1.8.3"
}
}