UNPKG

728 BJSONView Raw
1{
2 "name":"xemplar",
3 "description":"Community collection of RegEx patterns",
4 "version":"0.0.7",
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
10 "dependencies":{
11 "coffee-script":"*",
12 "BetterRegExp":"*"
13 },
14 "devDependencies":{
15 "mocha":"*",
16 "should":"*"
17 },
18 "scripts":{
19 "test":"mocha --compilers coffee:coffee-script"
20 },
21 "engines":{
22 "node":">= 0.4.0"
23 },
24 "licenses":[
25 {
26 "type":"MIT",
27 "url":"http://github.com/wearefractal/xemplar/raw/master/LICENSE"
28 }
29 ]
30}