UNPKG

iron-fe

Version:

An opinionated - yet flexible - front end development framework for use with Adobe Experience Manager

52 lines (51 loc) 1.28 kB
{ "name": "iron-fe", "version": "2.3.12", "description": "An opinionated - yet flexible - front end development framework for use with Adobe Experience Manager", "scripts": { "build": "./node_modules/babel-cli/bin/babel.js lib -d dist" }, "main": "./dist/index.js", "repository": { "type": "git", "url": "https://github.com/Citytechinc/iron.git" }, "keywords": [ "aem", "iron", "frontend" ], "author": "Joshua Zeltman, Ben Westrate", "license": "ISC", "bugs": { "url": "https://github.com/Citytechinc/iron/issues" }, "bin": { "iron": "bin/iron.js" }, "homepage": "https://github.com/Citytechinc/iron", "dependencies": { "chalk": "^1.1.3", "commander": "^2.9.0", "fs-extra": "^0.30.0", "get-installed-path": "^3.0.1", "global-modules": "^1.0.0", "handlebars": "^4.0.5", "inquirer": "^1.0.2", "node-dir": "^0.1.12", "npm": "^3.9.0", "rc": "^1.0.3", "recursive-readdir": "^2.0.0", "shelljs": "^0.7.0", "through2": "^2.0.0", "underscore": "^1.8.3", "xml2js": "^0.4.9", "yargs": "^4.7.1" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "nodemon": "^1.12.0" } }