-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
41
42
43
{
"name": "linemate",
"version": "0.1.6",
"description": "Render canvas lines between DOM nodes with ease.",
"keywords": [
"lines",
"dom",
"connect",
"elements",
"canvas"
],
"homepage": "https://github.com/tbloncar/linemate",
"bugs": "https://github.com/tbloncar/linemate/issues",
"license": "MIT",
"author": {
"name": "Travis Loncar"
},
"main": "./pkg/linemate.js",
"repository": {
"type": "git",
"url": "https://github.com/tbloncar/linemate"
},
"scripts": {
"test": "node tests/runner.js | faucet"
},
"devDependencies": {
"babel-core": "^5.8.29",
"babel-plugin-object-assign": "^1.2.1",
"babelify": "^6.4.0",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"tape": "^4.2.2",
"tape-run": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}