forked from feross/buffer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 883 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
{
"name": "@skpm/buffer",
"description": "Node.js Buffer API, for Sketch",
"version": "0.1.4",
"author": {
"name": "Feross Aboukhadijeh",
"email": "[email protected]",
"url": "http://feross.org"
},
"bugs": {
"url": "https://github.com/skpm/buffer/issues"
},
"contributors": [
"Romain Beauxis <[email protected]>",
"James Halliday <[email protected]>"
],
"dependencies": {},
"devDependencies": {
"@skpm/test-runner": "^0.3.13"
},
"homepage": "https://github.com/skpm/buffer",
"keywords": [
"arraybuffer",
"browser",
"browserify",
"buffer",
"compatible",
"dataview",
"uint8array"
],
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/skpm/buffer.git"
},
"scripts": {
"test": "skpm-test --app=latest"
}
}