-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 863 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
{
"name": "interactive-portfolio",
"version": "1.0.0",
"description": "Why am I doing this craziness...",
"main": "index.js",
"scripts": {
"build": "node ./node_modules/webpack/bin/webpack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrandonMorr/interactive-portfolio.git"
},
"author": "Brandon Morrissey",
"license": "ISC",
"bugs": {
"url": "https://github.com/BrandonMorr/interactive-portfolio/issues"
},
"homepage": "https://github.com/BrandonMorr/interactive-portfolio#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.6.1",
"eslint-plugin-babel": "^4.1.2"
},
"dependencies": {
"es6-tween": "^3.6.0",
"three": "^0.87.1",
"webpack": "^3.5.6"
}
}