26 lines
488 B
JSON
26 lines
488 B
JSON
{
|
|
"name": "aaptjs",
|
|
"version": "1.3.2",
|
|
"description": "A node wraper for aapt",
|
|
"main": "index.js",
|
|
"typings": "./index.d.ts",
|
|
"scripts": {
|
|
},
|
|
"keywords": [
|
|
"aapt",
|
|
"nodejs"
|
|
],
|
|
"author": {
|
|
"name": "shenzm <szmalq@163.com>"
|
|
},
|
|
"homepage": "https://github.com/shenzhim/aaptjs#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shenzhim/aaptjs.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shelljs": "^0.8.1"
|
|
}
|
|
}
|