forked from trilbymedia/grav-plugin-git-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.22 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.22 KB
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
{
"name": "trilby-grav-plugin-gitsync",
"version": "1.0.0",
"description": "Trilby Git Sync Grav Plugin",
"main": "app/main.js",
"scripts": {
"watch": "webpack --watch --progress --colors --config webpack.conf.js",
"dev": "webpack --progress --colors --config webpack.conf.js",
"prod": "NODE_ENV=production webpack -p --config webpack.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w00fz/trilby-grav-plugin-gitsync.git"
},
"author": "Trilby Media, LLC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/w00fz/trilby-grav-plugin-gitsync/issues"
},
"homepage": "https://github.com/w00fz/trilby-grav-plugin-gitsync#readme",
"dependencies": {
"vex-js": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.14.0",
"eslint-loader": "^1.6.1",
"exports-loader": "^0.6.3",
"imports-loader": "^0.7.0",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"whatwg-fetch": "^2.0.2"
}
}