-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 897 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
{
"name": "enhance-kony",
"version": "1.0.0",
"description": "A simple collection of functionality for the Kony SDK. I personally use this and [Krōnin](https://github.com/mig82/kronin) by [Miguelángel Fernández](https://github.com/mig82).",
"scripts": {
"build": "rm -r bin; mkdir bin; browserify ./src/main.js > ./bin/main.js",
"shrink": "rm -r bin; mkdir bin; browserify -p tinyify ./src/main.js > ./bin/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phil-Venter/enhance-kony.git"
},
"keywords": [
"kony",
"enhance"
],
"author": "Philip Venter",
"license": "ISC",
"bugs": {
"url": "https://github.com/Phil-Venter/enhance-kony/issues"
},
"homepage": "https://github.com/Phil-Venter/enhance-kony#readme",
"devDependencies": {
"browserify": "^16.5.0",
"eslint": "^6.8.0",
"tinyify": "^2.5.2"
}
}