-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 839 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
{
"name": "clicky-slashy",
"author": "Meagan Fenisey_Copes",
"version": "1.0.0",
"homepage": "https://github.com/mfeniseycopes/clicky-slashy#readme",
"description": "## MVP",
"repository": {
"type": "git",
"url": "git+https://github.com/mfeniseycopes/clicky-slashy.git"
},
"bugs": {
"url": "https://github.com/mfeniseycopes/clicky-slashy/issues"
},
"main": "index.js",
"keywords": [],
"license": "ISC",
"dependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"webpack": "^1.13.1"
},
"engines": {
"node": "4.2.6",
"npm": "3.5.2"
},
"scripts": {
"webpack": "webpack --watch",
"postinstall": "./node_modules/.bin/webpack"
}
}