-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 907 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
{
"name": "accounts-boilerplate-react",
"version": "1.0.0",
"description": "This is a meteor boilerplate for an app manipulating some data (a collection of 'stuffs' defined by a schemas) and protected by accounts using a user name for login. It relies on react and flowrouter.",
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"bcrypt": "^1.0.3",
"prop-types": "^15.6.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"simpl-schema": "^1.5.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/lu22do/accounts-boilerplate-react.git"
},
"author": "lu22do",
"license": "MIT",
"bugs": {
"url": "https://github.com/lu22do/accounts-boilerplate-react/issues"
},
"homepage": "https://github.com/lu22do/accounts-boilerplate-react#readme"
}