-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "mura.js",
"homepage": "http://www.getmura.com",
"version": "1.0.176",
"description": "Utility for interacting with the Mura JSON/REST API",
"files": [
"index.js",
"tests",
"dist",
"src/core/",
"src/templates/"
],
"main": "src/index.js",
"scripts": {
"build": "WEBPACK_ENV=build webpack -p",
"dev": "grunt; WEBPACK_ENV=dev webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/blueriver/MuraJS.git"
},
"keywords": [],
"author": "Blue River Interactive Group, Inc.",
"license": "GPL-2.0 with execptions",
"devDependencies": {
"express": "^4.17.1",
"grunt": "^1.0.3",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-handlebars-compiler": "^0.3.1",
"grunt-text-replace": "^0.4.0",
"webpack": "^4.35.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"handlebars": "^4.1.0",
"install": "^0.10.4",
"npm": "^6.10.1",
"request": "^2.88.0",
"tough-cookie": "^2.5.0"
},
"react-native": {
"request": false
}
}