forked from postachio/postachio-theme-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 941 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
39
{
"name": "postachio-theme-sdk",
"version": "0.0.1",
"description": "A tool for developing Postach.io themes locally.",
"main": "index",
"repository": {
"type": "git",
"url": "git://github.com/postachio/postachio-theme-sdk"
},
"keywords": [
"postachio",
"postachio theme",
"theme",
"blog"
],
"author": "Shawn Adrian <[email protected]> (http://nerdburn.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/postachio/postachio-theme-sdk/issues"
},
"homepage": "http://postach.io",
"devDependencies": {
"gulp": "~3.8.7",
"gulp-concat": "~2.3.4",
"gulp-less": "~1.3.3",
"path": "~0.4.9",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~0.3.1"
},
"dependencies": {
"swig": "~1.4.2",
"gulp-nodemon": "~1.0.4",
"express": "~4.10.6",
"consolidate": "~0.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}