forked from atom/node-oniguruma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 990 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
{
"main": "./lib/oniguruma.js",
"name": "oniguruma-prebuilt",
"description": "oniguruma regular expression library",
"version": "4.1.0",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/atom/node-oniguruma/raw/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "https://github.com/atom/node-oniguruma.git"
},
"bugs": {
"url": "https://github.com/atom/node-oniguruma/issues"
},
"homepage": "http://atom.github.io/node-oniguruma",
"keywords": [
"regex",
"regexp",
"re",
"regular expression",
"async"
],
"devDependencies": {
"async": "~0.7.0",
"coffee-script": "~1.7.1",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"grunt-coffeelint": "0.0.6",
"grunt-contrib-coffee": "~0.9.0",
"grunt-shell": "~0.2.1",
"jasmine-focused": "1.x"
},
"scripts": {
"prepublish": "grunt prepublish",
"test": "grunt test",
"benchmark": "benchmark/benchmark.coffee"
}
}