-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.26 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.26 KB
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
{
"name": "porfolio",
"version": "1.0.0",
"description": "Github: https://github.com/JMStewart00 LinkedIn: https://www.linkedin.com/in/josh-stewart-55557532/ StackOverflow: http://stackoverflow.com/users/7909630/josh-stewart Trello: https://trello.com/joshstewart20 Twitter: http://twitter.com/CoachStewart7 Facebook: https://www.facebook.com/JMStew",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JMStewart00/gmail-clone.git"
},
"author": "Josh Stewart",
"license": "ISC",
"bugs": {
"url": "https://github.com/JMStewart00/gmail-clone/issues"
},
"homepage": "https://github.com/JMStewart00/gmail-clone#readme",
"devDependencies": {
"angular": "^1.5.6",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-sass": "^3.1.0",
"stringify": "^5.1.0",
"typed.js": "^2.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}