-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·36 lines (36 loc) · 1.14 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
{
"name": "petadoption-wordpress",
"version": "1.2.13",
"description": "Pet Adoption Plugin for WordPress",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"async": "^2.1.4",
"backbone": "^1.3.3",
"exports-loader": "^0.6.4",
"kdev-utils": "git+https://github.com/khalidhoffman/kdev-utils.git",
"lodash": "^4.17.2",
"raw-loader": "^0.5.1",
"remodal": "^1.1.0",
"selectize": "^0.12.4",
"slick-carousel": "^1.7.1",
"uswds": "^0.13.3",
"webpack": "^3.5.6"
},
"scripts": {
"setup:dev": "kdev setup",
"submodules:init": "git submodule init && git submodule update",
"submodules:update": "git submodule foreach git-reset --hard origin/master && git submodule foreach git-pull",
"webpack": "webpack --config ./public/js/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khalidhoffman/PetAdoption-Wordpress.git"
},
"author": "Khalid Hoffman",
"license": "ISC",
"bugs": {
"url": "https://github.com/khalidhoffman/PetAdoption-Wordpress/issues"
},
"homepage": "https://github.com/khalidhoffman/PetAdoption-Wordpress#readme"
}