-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
47 lines (47 loc) · 1.2 KB
/
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
{
"name": "re-tree",
"version": "0.1.7",
"devDependencies": {
"angular": "^1.6.7",
"angular-mocks": "^1.6.7",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.1",
"gulp-jasmine": "^2.4.2",
"gulp-karma": "0.0.5",
"gulp-uglify": "~2.0.1",
"karma": "~1.5.0",
"karma-jasmine": "^1.1.1",
"karma-nested-reporter": "~0.1.4",
"karma-phantomjs-launcher": "~1.0.2",
"standard-version": "^4.3.0",
"uglify-js": "^3.3.11",
"phantomjs": "~2.1.7"
},
"scripts": {
"test": "gulp test",
"release": "node_modules/standard-version/bin/cli.js",
"publish-version": "(git push --follow-tags origin master) && (npm publish)"
},
"description": "JavaScript Extended regular expression engine - client side, server side and 'angular side' ready.",
"main": "re-tree.js",
"repository": {
"type": "git",
"url": "https://github.com/srfrnk/re-tree.git"
},
"keywords": [
"regular expressions",
"regexp",
"JavaScript",
"regex",
"nodejs",
"iojs",
"client",
"angularjs"
],
"author": "srfrnk",
"license": "MIT",
"bugs": {
"url": "https://github.com/srfrnk/re-tree/issues"
},
"homepage": "https://github.com/srfrnk/re-tree"
}