-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 974 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": "clap",
"version": "0.2.0",
"description": "A front JS Selector for rgba color level manipulation",
"main": "clap.js",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel ./src/clap.js --out-file ./build/clap.es2015.js --presets=@babel/env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexaltation/CLAP.git"
},
"keywords": [
"javascript",
"vanilla",
"canvas",
"ffmpeg"
],
"author": "hexaltation",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/hexaltation/CLAP/issues"
},
"homepage": "https://github.com/hexaltation/CLAP#readme"
}