forked from outaTiME/applause
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 937 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "next-applause",
"description": "Human-friendly replacements.",
"version": "2.2.4",
"author": {
"name": "outaTiME",
"url": "http://outa.im/"
},
"repository": "gbochenek/next-applause",
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"release": "scripts/release.sh",
"test": "grunt test"
},
"dependencies": {
"cson-parser": "^1.2.0",
"js-yaml": "^3.13.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^0.4.6",
"grunt-mocha-test": "^0.12.0",
"mocha": "^5.2.0"
},
"keywords": [
"replace",
"replacement",
"pattern",
"patterns",
"match",
"text",
"string",
"regex",
"regexp",
"json",
"yaml",
"cson",
"flatten"
],
"main": "src/applause.js",
"files": [
"src"
]
}