forked from LinkedInAttic/inject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 873 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
{
"name": "inject",
"version": "0.0.1",
"description": "Test Server for inject",
"author": "Jakob Heuser",
"private": true,
"maintainers": [
{
"name": "Jakob Heuser",
"email": "[email protected], [email protected]",
"web": "http://www.felocity.com"
}
],
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repositories": [
{
"type": "git",
"url": "https://[email protected]/Jakobo/inject.git"
}
],
"implements": [
"CommonJS/Modules/1.0",
"CommonJS/Modules/1.1",
"CommonJS/Modules/1.1.1",
"CommonJS/Modules/Transport/A",
"https://github.com/amdjs/amdjs-api/wiki/AMD"
],
"dependencies": {
"paperboy": "0.0.2"
},
"engine": "node >= 0.4.10"
}