-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "start-drone-app",
"description": "Web Application developed to deploy a drone, retrieve and analyze the pictures taken",
"author": "Nicolás Buitrago Castaño (nicbuitr)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nicbuitr/StartDroneApp.git"
},
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.3",
"child_process": "^1.0.2",
"classnames": "^2.2.5",
"ftp": "^0.3.10",
"meteor-node-stubs": "~0.2.4",
"meteor-ping": "^1.0.3",
"python-shell": "^0.5.0",
"react": "^15.5.4",
"react-addons-pure-render-mixin": "^15.5.2",
"react-dom": "^15.5.4"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^7.0.1"
}
}