-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 900 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
40
41
42
{
"name": "twainDll",
"version": "0.0.1",
"description": "node twain dll wrapper",
"author": {
"name": "Paul Souche",
"email": "paul.souche@gmail.com"
},
"main": "./twainDll",
"repository": {
"type": "git",
"url": "git://github.com/paulsouche/node-twain-dll.git"
},
"maintainers": [
{
"name": "Paul Souche",
"email": "paul.souche@gmail.com"
},
{
"name": "Gregory Ruiz"
}
],
"dependencies": {
"bindings": "1.1.1",
"async": "0.1.18",
"sf": "0.1.6",
"optimist": "~0.3.4",
"nan": "~0.7.0"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jasmine-node": "^0.2.1",
"load-grunt-tasks": "~0.2.0",
"proxyquire": "^1.0.1"
},
"engines": {
"node": ">= 0.8.0"
}
}