-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 1001 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": "correlatorjs",
"version": "0.1.0",
"description": "A simple javascript layer that implements the correlator sharp standard.",
"scripts": {
"test": "karma start karma.conf.js",
"build": "brunch build --production"
},
"keywords": [
"correlator-sharp",
"correlatorsharp",
"correlatorjs",
"correlator",
"correlation-id"
],
"author": {
"name": "Jason Dryhurst-Smith",
"email": "[email protected]",
"url": "jsaonds.co.uk"
},
"repository": {
"type": "git",
"url": "git://github.com/CorrelatorSharp/CorrelatorJs.git"
},
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"babel-brunch": "^5.1.2",
"jasmine-core": "^2.3.4",
"javascript-brunch": "^1.8.0",
"karma": "^0.13.15",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"uglify-js-brunch": "^1.7.8"
}
}