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
/
package.json
67 lines (67 loc) · 1.86 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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"
}