This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
126 additions
and
14,754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,78 @@ | ||
{ | ||
"name": "frontpress", | ||
"version": "1.0.9", | ||
"description": "Full front-end AngularJS template for WordPress Rest API.", | ||
"main": "release/frontpress.min.js", | ||
"dependencies": { | ||
"angular": "1.5.8", | ||
"angular-ui-router": "0.3.1", | ||
"angular-disqus": "1.1.3", | ||
"ng-infinite-scroll": "1.3.0" | ||
}, | ||
"devDependencies": { | ||
"angular-mocks": "1.5.8", | ||
"buffer-to-vinyl": "1.1.0", | ||
"codacy-coverage": "2.0.0", | ||
"gulp": "3.9.1", | ||
"gulp-angular-templatecache": "2.0.0", | ||
"gulp-concat": "2.6.0", | ||
"gulp-connect": "5.0.0", | ||
"gulp-inject": "4.1.0", | ||
"gulp-load-tasks": "0.8.4", | ||
"gulp-ng-config": "1.3.1", | ||
"gulp-plumber": "1.1.0", | ||
"gulp-uglify": "2.0.0", | ||
"gulp-watch": "4.3.9", | ||
"inquirer": "2.0.0", | ||
"jasmine-core": "2.5.2", | ||
"jshint": "2.9.4", | ||
"karma": "1.3.0", | ||
"karma-chrome-launcher": "2.0.0", | ||
"karma-cli": "1.0.1", | ||
"karma-coverage": "1.1.1", | ||
"karma-jasmine": "1.0.2", | ||
"karma-phantomjs-launcher": "1.0.2", | ||
"karma-spec-reporter": "0.0.26", | ||
"merge-stream": "1.0.0", | ||
"nodemon": "1.10.2", | ||
"pre-commit": "1.2.2", | ||
"run-sequence": "1.1.5" | ||
}, | ||
"scripts": { | ||
"test": "karma start --browsers PhantomJS && cat ./coverage/report-lcov/lcov.info | ./node_modules/.bin/codacy-coverage", | ||
"jshint": "jshint -c .jshintrc --exclude-path .jshintignore .", | ||
"dev": "gulp release && gulp build connect", | ||
"watch": "gulp watch" | ||
}, | ||
"pre-commit": ["jshint"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/frontpressorg/frontpress.git" | ||
}, | ||
"author": "Jota Teles", | ||
"npmName": "frontpress", | ||
"npmFileMap": [ | ||
{ | ||
"basePath": "release", | ||
"files": [ | ||
"**/frontpress.*.js" | ||
] | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/frontpressorg/frontpress/issues" | ||
}, | ||
"homepage": "https://github.com/frontpressorg/frontpress#readme" | ||
"name": "frontpress", | ||
"version": "1.0.9", | ||
"description": "Full front-end AngularJS template for WordPress Rest API.", | ||
"main": "release/frontpress.min.js", | ||
"dependencies": { | ||
"angular": "1.5.8", | ||
"angular-ui-router": "0.3.1", | ||
"angular-disqus": "1.1.3", | ||
"ng-infinite-scroll": "1.3.0" | ||
}, | ||
"devDependencies": { | ||
"angular-mocks": "1.5.8", | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.26.3", | ||
"babel-preset-env": "1.6.1", | ||
"babel-preset-es2015": "6.24.1", | ||
"babel-preset-stage-0": "6.24.1", | ||
"buffer-to-vinyl": "1.1.0", | ||
"codacy-coverage": "2.0.0", | ||
"gulp": "3.9.1", | ||
"gulp-angular-templatecache": "2.0.0", | ||
"gulp-babel": "7.0.1", | ||
"gulp-concat": "2.6.0", | ||
"gulp-connect": "5.0.0", | ||
"gulp-inject": "4.1.0", | ||
"gulp-load-tasks": "0.8.4", | ||
"gulp-ng-config": "1.3.1", | ||
"gulp-plumber": "1.1.0", | ||
"gulp-uglify": "2.0.0", | ||
"gulp-watch": "4.3.9", | ||
"inquirer": "2.0.0", | ||
"jasmine-core": "2.5.2", | ||
"jshint": "2.9.4", | ||
"karma": "1.3.0", | ||
"karma-chrome-launcher": "2.0.0", | ||
"karma-cli": "1.0.1", | ||
"karma-coverage": "1.1.1", | ||
"karma-jasmine": "1.0.2", | ||
"karma-phantomjs-launcher": "1.0.2", | ||
"karma-spec-reporter": "0.0.26", | ||
"merge-stream": "1.0.0", | ||
"nodemon": "1.10.2", | ||
"pre-commit": "1.2.2", | ||
"run-sequence": "1.1.5", | ||
"webpack": "4.8.2", | ||
"webpack-cli": "2.1.3" | ||
}, | ||
"scripts": { | ||
"test": "karma start --browsers PhantomJS && cat ./coverage/report-lcov/lcov.info | ./node_modules/.bin/codacy-coverage", | ||
"jshint": "jshint -c .jshintrc --exclude-path .jshintignore .", | ||
"dev": "gulp release && gulp build connect", | ||
"watch": "gulp watch", | ||
"prebuild": "webpack --config webpack.config.js" | ||
}, | ||
"pre-commit": [ | ||
"jshint" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/frontpressorg/frontpress.git" | ||
}, | ||
"author": "Jota Teles", | ||
"npmName": "frontpress", | ||
"npmFileMap": [ | ||
{ | ||
"basePath": "release", | ||
"files": [ | ||
"**/frontpress.*.js" | ||
] | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/frontpressorg/frontpress/issues" | ||
}, | ||
"homepage": "https://github.com/frontpressorg/frontpress#readme" | ||
} |
Oops, something went wrong.