forked from rppacis/aio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 791 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 791 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
{
"name": "Aio-JD",
"version": "1.0.0",
"description": "A variation of the Aio theme for Ghost, see https://github.com/Nimaen/aio for original.",
"repository": {
"type": "git",
"url": "https://github.com/johnpduane/aio.git"
},
"license": "MIT",
"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"
}
}