Files

15 lines
246 B
JSON
Raw Permalink Normal View History

2016-07-03 02:04:56 -04:00
{
"main": "dist/notie",
"format": "cjs",
"registry": "jspm",
"dependencies": {
"css": "*"
},
"shim": {
"dist/notie": {
"imports": [
"./notie.css!"
]
}
}
}