-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 835 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
{
"name": "Hangman",
"version": "1.0.0",
"engines": {
"node": "6.10.1",
"npm": "5.3.0"
},
"description": "Guess the right word or die trying",
"main": "hangman.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corsonknowles/Hangmangame.co.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/corsonknowles/Hangmangame.co/issues"
},
"homepage": "https://github.com/corsonknowles/Hangmangame.co#readme",
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
}
}