-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1004 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
{
"name": "agora-landing",
"version": "0.1.0",
"description": "Simple landing page for portfolio",
"main": "web/html/index.html",
"dependencies": {
"grunt": "^0.4.5",
"grunt-uncss": "^0.4.2",
"time-grunt": "^1.2.1"
},
"devDependencies": {
"bootstrap": "^3.3.4",
"font-awesome": "^4.3.0",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-newer": "^1.1.1",
"grunt-processhtml": "^0.3.6",
"grunt-uncss": "^0.4.2",
"jit-grunt": "^0.9.1",
"jquery": "^2.1.4"
},
"author": "Przemysław Gosek",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Bosmanfrx/Agora.git"
},
"bugs": {
"url": "https://github.com/Bosmanfrx/Agora/issues"
},
"homepage": "https://github.com/Bosmanfrx/Agora#readme"
}