forked from PacktPublishing/Cloud-Native-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 672 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 672 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
{
"name": "twitter",
"version": "1.0.0",
"description": "Twitter App",
"main": "index.js",
"dependencies": {
"babel-loader": "^6.4.1",
"events": "^1.1.1",
"fbjs": "^0.8.11",
"flux": "^3.1.2",
"object-assign": "^4.1.1",
"react": "^15.4.2",
"react-dev": "0.0.1",
"react-dom": "^0.14.7",
"requirejs": "^2.3.3"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Manish Sethi",
"license": "ISC"
}