-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 898 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
{
"name": "@webileapps/swift-parser",
"version": "0.1.9",
"description": "Metadata driven parser of ISO 15022 messages.",
"main": "swiftParser.js",
"directories": {
"test": "tests"
},
"dependencies": {
"xregexp": "~2.0.0",
"bunyan": "~1.2.1",
"lugg": "~1.0.0"
},
"devDependencies": {
"assert": "~1.1.1",
"grunt": "^1.0.4",
"grunt-contrib-coffee": "git://github.com/yjo/grunt-contrib-coffee",
"grunt-mocha-test": "^0.13.3",
"grunt-newer": "^0.7.0",
"grunt-peg": "^1.4.0",
"mocha": "^6.1.4"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/WebileApps/swift-parser.git"
},
"keywords": [
"swift",
"iso15022",
"15022"
],
"author": "Petr Stodulka <[email protected]> (http://coding.pstodulka.com/)",
"license": "MIT"
}