forked from uaprom-summer-2015/Meowth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 1.96 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "meowth",
"version": "1.0.0",
"description": "HR portal written during the internship at Prom.ua",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uaprom-summer-2015/Meowth.git"
},
"keywords": [
"internship",
"prom.ua",
"hrportal",
"python",
"postgresql"
],
"author": "Team A",
"bugs": {
"url": "https://github.com/uaprom-summer-2015/Meowth/issues"
},
"homepage": "https://github.com/uaprom-summer-2015/Meowth#readme",
"dependencies": {
"lodash": "~3.10.0",
"react": "~0.13.3",
"react-mini-router": "~1.1.7",
"react-select": "~0.5.5",
"classnames": "~2.1.3",
"npm-zepto": "~1.1.7",
"magnific-popup": "Cybran111/magnific-popup",
"griddle-react": "~0.2.13"
},
"stylus": {
"includes": [
"./node_modules"
]
},
"assets": {
"bower": "./bower_components",
"node": "./node_modules",
"scripts": {
"entries": "./project/static/src/js/*.js",
"watches": [
"./project/static/src/js/**/*.js"
],
"paths": [
"./node_modules",
"./project/static/src/js"
]
},
"styles": {
"entries": [
"./project/static/src/css/admin.styl",
"./project/static/src/css/client.styl"
],
"watches": [
"./project/static/src/css/**/*.styl"
]
}
},
"dist": {
"path": "./project/static/dist",
"styles": "/styles",
"fonts": "/fonts",
"js": "/js"
},
"devDependencies": {
"gulp": "~3.9.0",
"del": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"glob": "~5.0.14",
"event-stream": "~3.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"browserify": "~11.0.0",
"bootstrap": "~3.3.5",
"bootstrap-select": "~1.7.3",
"bower": "~1.4.1",
"exec-sync": "~0.1.6"
}
}