File: package.json

Recommend this page to a friend!
  Classes of Manolo Salsas   Yet Another jQuery Todo List Plugin   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yet Another jQuery Todo List Plugin
Show and manage tasks of a todo list on a Web page
Author: By
Last change: 1.0.3
Add jquery-plugin as keyword in package.json
Date: 2 years ago
Size: 830 bytes
 

Contents

Class file image Download
{ "name": "yet-another-todo-list", "version": "1.0.3", "description": "JQuery Plugin: TODO list", "repository": { "type": "git", "url": "git+https://github.com/msalsas/yet-another-todo-list.git" }, "scripts": { "build": "webpack" }, "keywords": [ "jquery-plugin", "TODO", "list" ], "author": "Manolo Salsas", "license": "MIT", "dependencies": { "jquery": "^3.3.1" }, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "copy-webpack-plugin": "^4.5.2", "css-loader": "^1.0.0", "jquery-mockjax": "^2.5.0", "mini-css-extract-plugin": "^0.4.2", "node-sass": "^4.9.3", "sass-loader": "^7.1.0", "webpack": "^4.17.2", "webpack-cli": "^3.1.0" } }