forked from efogdev/react-process-string
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 706 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 706 Bytes
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
{
"name": "react-process-string",
"version": "1.2.0",
"description": "A library to process strings with regular expressions.",
"main": "dist/index.js",
"scripts": {
"build": "babel index.js > dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EfogDev/react-process-string.git"
},
"keywords": [
"react",
"regex",
"string"
],
"author": "Efog <efog@yandex.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/EfogDev/react-process-string/issues"
},
"homepage": "https://github.com/EfogDev/react-process-string#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
}
}