UNPKG

734 BJSONView Raw
1{
2 "name": "xemplar",
3 "description": "Community collection of RegEx patterns",
4 "version": "0.0.8",
5 "homepage": "http://github.com/wearefractal/xemplar",
6 "repository": "git://github.com/wearefractal/xemplar.git",
7 "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
8 "main": "./index.js",
9 "dependencies": {
10 "BetterRegExp": "^0.0.2",
11 "coffee-script": "^1.8.0"
12 },
13 "devDependencies": {
14 "mocha": "^2.0.1",
15 "should": "^4.3.0"
16 },
17 "scripts": {
18 "test": "mocha --compilers coffee:coffee-script/register"
19 },
20 "engines": {
21 "node": ">= 0.4.0"
22 },
23 "licenses": [
24 {
25 "type": "MIT",
26 "url": "http://github.com/wearefractal/xemplar/raw/master/LICENSE"
27 }
28 ]
29}