-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 918 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
{
"name": "pathfollower",
"version": "1.0.0",
"description": "Follow a path on an image using JavaScript, and more...",
"main": "start.js",
"scripts": {
"start": "http-server -a 0.0.0.0 -p 7000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeoAref/pathFollower.js.git"
},
"keywords": [
"JavaScript",
"Canvas",
"Image",
"processing",
"path",
"follower"
],
"author": "Muhammad Aref <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/LeoAref/pathFollower.js/issues"
},
"homepage": "https://github.com/LeoAref/pathFollower.js#readme",
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-notify": "^2.2.0",
"http-server": "^0.9.0",
"vinyl-source-stream": "^1.1.0"
}
}