forked from team-piranha/NoteTakerExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "note-taker-extension",
"version": "1.0.0",
"description": "Greenfield Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"watch": "webpack --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AntonBowden/NoteTakerExtension.git"
},
"author": "Yummy Penguins",
"license": "ISC",
"bugs": {
"url": "https://github.com/AntonBowden/NoteTakerExtension/issues"
},
"homepage": "https://github.com/AntonBowden/NoteTakerExtension#readme",
"dependencies": {
"async": "^2.4.0",
"auth0-lock": "^10.16.0",
"axios": "^0.16.1",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.1",
"cheerio": "^0.22.0",
"express": "^4.15.2",
"mongoose": "^4.9.7",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-loaders": "^2.5.0",
"react-router": "^4.1.1",
"watson-developer-cloud": "^2.31.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"mongodb": "^2.2.26",
"webpack": "^2.5.0"
}
}