-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 830 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 830 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
32
33
34
35
36
37
{
"name": "parsextract",
"version": "0.0.2",
"description": "A node.js client for the Securibox ParseXtract API",
"keywords": [
"Securibox",
"ParseXtract",
"PX",
"Securibox ParseXtract"
],
"repository": {
"type": "git",
"url": "git://github.com/securibox/parsextract-node.git"
},
"bugs": {
"url": "http://github.com/securibox/parsextract-node/issues"
},
"main": "lib/index.js",
"licenses": [
{
"type": "GNU GPL",
"url": "https://github.com/securibox/parsextract-node/blob/master/LICENSE"
}
],
"dependencies": {
"crypto-js": "^4.0.0",
"ramda": "0.19.x",
"request": "2.74.x"
},
"devDependencies": {
"assert": "1.4.x",
"mocha": "2.3.x"
},
"scripts": {
"test": "mocha --timeout 60000"
}
}