mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "joplin-tinymce-lists",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"prepublishOnly": "npm run lint && npm run build",
|
|
"lint": "tslint src/**/*.ts",
|
|
"build": "grunt",
|
|
"test": "bedrock-auto -b phantomjs -d src/test/ts/",
|
|
"test-manual": "bedrock -d src/test/ts/",
|
|
"start": "grunt webpack",
|
|
"buildAndStart": "yarn build && cd .. && cd .. && cd .. && cd ElectronClient && npm start"
|
|
},
|
|
"keywords": [],
|
|
"author": "Tiny Technologies Inc.",
|
|
"devDependencies": {
|
|
"@ephox/agar": "latest",
|
|
"@ephox/bedrock": "latest",
|
|
"@ephox/mcagar": "latest",
|
|
"@ephox/swag": "latest",
|
|
"@ephox/tslint-rules": "latest",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"grunt": "^1.0.4",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-uglify": "^4.0.0",
|
|
"grunt-shell": "^2.1.0",
|
|
"grunt-tslint": "^5.0.2",
|
|
"grunt-webpack": "^3.1.3",
|
|
"load-grunt-tasks": "^4.0.0",
|
|
"tinymce": "latest",
|
|
"ts-loader": "^5.3.0",
|
|
"tslib": "^1.9.3",
|
|
"tslint": "^5.11.0",
|
|
"typescript": "^3.1.6",
|
|
"webpack": "^4.25.1",
|
|
"webpack-livereload-plugin": "^2.1.1"
|
|
},
|
|
"files": [
|
|
"lib/main",
|
|
"lib/demo",
|
|
"lib/test",
|
|
"src",
|
|
"tsconfig.json",
|
|
"readme.md",
|
|
"LEGAL.txt",
|
|
"LICENSE.txt"
|
|
],
|
|
"main": "./lib/main/ts/api/Main.js",
|
|
"module": "./lib/main/ts/api/Main.js",
|
|
"types": "./lib/main/ts/api/Main.d.ts",
|
|
"license": "Apache-2.0"
|
|
}
|