UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@pixel2html/generator-shopify",
3 "version": "3.0.6",
4 "description": "Scaffold and develop shopify themes quickly",
5 "author": "Miguel Palau <miguel@pixel2html.com>",
6 "scripts": {
7 "copy": "node src/app/lib/copy",
8 "clean": "node src/app/lib/clean",
9 "compile": " babel -d generators/ --ignore templates/ generators/",
10 "get-ready": "npm run clean; npm run copy; npm run compile",
11 "prepare": "npm run get-ready",
12 "lint": "eslint 'src/**/*.js'",
13 "pretest": "npm run get-ready",
14 "test": "npm run lint; jest",
15 "postversion": "git push; git push --tags"
16 },
17 "files": [
18 "generators/app"
19 ],
20 "main": "src/app/index.js",
21 "keywords": [
22 "yeoman-generator",
23 "babel",
24 "shopify"
25 ],
26 "repository": "git@github.com:Pixel2HTML/shopify-skeleton.git",
27 "license": "MIT",
28 "dependencies": {
29 "chalk": "^2.3.0",
30 "cowsay-browser": "^1.1.8",
31 "gulp-filter": "^5.1.0",
32 "gulp-jsbeautifier": "^2.1.2",
33 "sync-parrot-api": "^1.0.2",
34 "update-notifier": "^2.3.0",
35 "yeoman-generator": "^2.0.2"
36 },
37 "devDependencies": {
38 "@pixel2html/eslint-config": "^1.0.0",
39 "babel-cli": "^6.26.0",
40 "babel-jest": "^22.1.0",
41 "babel-plugin-add-module-exports": "^0.2.1",
42 "babel-preset-env": "^1.6.1",
43 "eslint": "^4.14.0",
44 "eslint-plugin-import": "^2.8.0",
45 "eslint-plugin-node": "^5.2.1",
46 "eslint-plugin-promise": "^3.6.0",
47 "fs-extra": "^5.0.0",
48 "jest": "^22.1.4",
49 "npm-bump": "^0.0.23",
50 "yeoman-assert": "^3.1.0",
51 "yeoman-test": "^1.7.0"
52 },
53 "engines": {
54 "node": ">=8.0.0"
55 },
56 "eslintConfig": {
57 "extends": "@pixel2html/eslint-config",
58 "env": {
59 "browser": true,
60 "node": true,
61 "mocha": true
62 }
63 }
64}