forked from GDG-Ukraine/gdg.org.ua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 897 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
29
30
31
32
33
34
35
36
37
38
{
"name": "gdg.org.ua",
"version": "1.0.0",
"description": "GDG Ukraine web-site",
"main": "setup.py",
"dependencies": {
"angular": "1.2.32",
"angular-resource": "1.2.32",
"angular-route": "1.2.32",
"bower": "1.8.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GDG-Ukraine/gdg.org.ua.git"
},
"author": "Sviatoslav Sydorenko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GDG-Ukraine/gdg.org.ua/issues"
},
"homepage": "https://github.com/GDG-Ukraine/gdg.org.ua#readme",
"keywords": [
"gdg",
"python",
"cherrypy",
"blueberrypy",
"angular"
],
"engines": {
"node": "8.2.x",
"npm": "5.3.x"
}
}