-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 979 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": "secutio",
"description": "Makes the difficult parts easy.",
"version": "v0.0.1-alpha",
"keywords": [
"front-end",
"framework",
"html",
"javascript",
"web"
],
"homepage": "https://github.com/mrhdias/secutio",
"author": "Henrique Dias",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mrhdias/secutio.git"
},
"bugs": {
"url": "https://github.com/mrhdias/secutio/issues"
},
"files": [
"LICENSE",
"README.md",
"dist/js/*.js",
"dist/js/*.js.gz",
"dist/js/ext/*.js",
"dist/js/ext/*.js.gz"
],
"main": "dist/js/secutio.js",
"unpkg": "dist/js/secutio.min.js",
"scripts": {
"dist": "cp -r src/js/* dist/js/ && npm run-script uglify && npm run-script compress && exit",
"uglify": "scripts/uglify.sh",
"compress": "scripts/compress.sh"
}
}