Skip to content
Snippets Groups Projects
package.json 488 B
Newer Older
Agathe's avatar
Agathe committed
{
  "name": "xSweet",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "masonry-layout": "^4.2.2",
    "postcss": "^7.0.35",
    "postcss-cli": "^8.3.1",
    "postcss-import": "^12.0.1",
    "postcss-nested": "^4.2.1",
    "postcss-url": "^8.0.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "author": "",
  "license": "ISC"
}