-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 1010 Bytes
/
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
{
"name": "com.coder4life.PawExtensions.RindexDynamicValue",
"version": "1.0.1",
"description": "Rindex code.",
"main": "RindexDynamicValue.js",
"author": "Joshua Weiss",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/coder4life/paw-rindexdynamicvalue.git"
},
"dependencies": {
"html-entities": "^1.2.1",
"lodash.escaperegexp": "^4.1.2",
"lodash.get": "^4.4.2",
"lodash.random": "^3.2.0",
"lodash.size": "^4.2.0"
},
"devDependencies": {
"browserify": "^13.0.0"
},
"scripts": {
"build": "BUILD_ENV=build ./node_modules/.bin/browserify ./src/RindexDynamicValue.js -o ./build/com.coder4life.PawExtensions.RindexDynamicValue/RindexDynamicValue.js",
"dev": "BUILD_ENV=build ./node_modules/.bin/browserify ./src/RindexDynamicValue.js -o ~/Library/Containers/com.luckymarmot.Paw/Data/Library/Application\\ Support/com.luckymarmot.Paw/Extensions/com.coder4life.PawExtensions.RindexDynamicValue/RindexDynamicValue.js"
}
}