-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 810 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 810 Bytes
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
{
"name": "atthack",
"version": "1.0.0",
"description": "AT&T Hack App",
"main": "app/app.js",
"scripts": {
"test": "jest",
"start": "webpack-dev-server --hot --inline"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Holowaychitos/atthack.git"
},
"keywords": [
"att",
"app",
"hack"
],
"author": "Holowaychitos team",
"license": "ISC",
"bugs": {
"url": "https://github.com/Holowaychitos/atthack/issues"
},
"homepage": "https://github.com/Holowaychitos/atthack#readme",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"file-loader": "^0.8.4",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"dependencies": {
"react": "^0.14.0"
}
}