-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 843 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 843 Bytes
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
{
"name": "livewire",
"version": "0.6.0",
"description": "Livescript microrouting library",
"main": "./lib",
"dependencies": {
"highland": "~1.26.3",
"qs": "~0.6.6",
"raw-body": "~1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/quarterto/Livewire.git"
},
"author": "Matt Brennan <matt.brennan@import.io>",
"homepage": "http://github.com/quarterto/Livewire/",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/quarterto/Livewire/blob/master/licence.md"
}
],
"devDependencies": {
"LiveScript": "~1.2",
"concat-stream": "~1.4.6",
"freeport": "~1.0.2",
"istanbul": "~0.2.4",
"karma-sinon-expect": "~0.1.3",
"make-livescript": "0.0.0",
"from": "~0.1.3",
"mocha": "~1.17.1"
},
"scripts": {
"test": "make test"
}
}