-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 KB
/
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
{
"name": "@ahmerhh/webgraphiclibrary-context",
"version": "1.0.5",
"description": "Get the WebGL context from a canva`s.",
"main": "dist/index.js",
"scripts": {
"start": "budo example/index.js --live -- -t babelify",
"test": "browserify test/index.js -t babelify | tape-run | tap-spec",
"build": "browserify src/index.js -t babelify -s @ahmerhh/WebGraphicLibrary-context > dist/index.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmerhh/WebGraphicLibrary-context.git"
},
"keywords": [
"WebGL",
"context",
"canvas"
],
"author": "Ahmer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmerhh/WebGraphicLibrary-context/issues"
},
"homepage": "https://github.com/ahmerhh/WebGraphicLibrary-context#readme",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"budo": "^8.0.3",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"tape-run": "^2.1.3"
},
"directories": {
"example": "example",
"test": "test"
}
}