-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 934 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
{
"name": "p5.tween",
"version": "1.2.0",
"description": "A simple library to use tweens in p5.js",
"main": "dist/p5.tween.js",
"scripts": {
"build": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tween",
"animation",
"p5js"
],
"repository": {
"type": "git",
"url": "https://github.com/Milchreis/p5.tween.git"
},
"author": {
"name": "Nick 'Milchreis' Müller",
"url": "https://github.com/Milchreis"
},
"license": "MIT",
"devDependencies": {
"@vamship/grunt-typedoc": "^1.7.4",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-ts": "^6.0.0-beta.22",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3"
},
"dependencies": {}
}