-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
25 lines (25 loc) · 833 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
{
"name": "satellite",
"version": "0.1.3",
"description": "Position a container around the edge of another",
"main": "src/index.js",
"dependencies": {
"css": "https://github.com/jkroso/css/tarball/patch-1",
"classes": "https://github.com/jkroso/classes/tarball/patch-1",
"dom-emitter": "https://github.com/jkroso/dom-emitter/tarball/master",
"domify": "https://github.com/jkroso/domify/tarball/master",
"viewport": "https://github.com/jkroso/viewport/tarball/master",
"position": "https://github.com/jkroso/position/tarball/master"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jkroso/satelite.git"
},
"bugs": {
"url": "https://github.com/jkroso/satelite/issues"
},
"keywords": ["tip"],
"author": "Jakeb Rosoman",
"license": "MIT"
}