forked from Schreiber-und-Freunde/porky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 986 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
{
"name": "porky",
"version": "1.0.0",
"description": "porky is a JavaScript extension for Adobe InDesign and other Adobe products supporting ExtendScript",
"main": "index.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Schreiber-und-Freunde/porky.git"
},
"author": "Schreiber & Freunde GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/Schreiber-und-Freunde/porky/issues"
},
"homepage": "https://github.com/Schreiber-und-Freunde/porky",
"dependencies": {
"brucedown": "^1.1.0",
"html-entities": "^1.1.2",
"htmlparser": "^1.7.7",
"markdown": "^0.5.0",
"mysql": "^2.6.2",
"pg": "^4.3.0",
"request": "^2.55.0",
"sqlite3": "^3.0.5",
"xls-to-json": "^0.3.2",
"xml2js": "^0.4.8"
}
}