UNPKG

668 BJSONView Raw
1{
2 "name": "@ariiiman/s",
3 "version": "2.0.0",
4 "description": "A light JavaScript library.",
5 "author": "Aristide Benoist",
6 "license": "MIT",
7 "main": "index.js",
8 "maintainers": [
9 "ariiiman <email@aristidebenoist.com>"
10 ],
11 "bugs": {
12 "url": "https://github.com/ariiiman/s/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/ariiiman/s.git"
17 },
18 "devDependencies": {
19 "uglify-js": "3.3.21"
20 },
21 "scripts": {
22 "build": "bash build/bash/build.sh",
23 "push": "bash build/bash/push.sh"
24 },
25 "homepage": "https://github.com/ariiiman/s#readme"
26}