-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 842 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 842 Bytes
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
{
"name": "Aio",
"version": "1.2.1",
"description": "A Bootstrap UI based theme for Ghost",
"repository": {
"type": "git",
"url": "https://nimaen@github.com/Nimaen/aio.git"
},
"author": "bosc.arno@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nimaen/aio/issues"
},
"homepage": "https://github.com/Nimaen/aio",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-less": "^0.11.0",
"grunt-rsync": "^0.5.0",
"lodash": "^2.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-pattern-replace": "^0.2.0",
"grunt-contrib-compress": "^0.8.0",
"time-grunt": "^0.3.2",
"r": "0.0.5",
"jit-grunt": "^0.7.0"
}
}