14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"main": "./happy.js",
|
|
"registry": "jspm",
|
|
"shim": {
|
|
"happy": {
|
|
"deps": [
|
|
"jquery"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "jquery@^2.1.1"
|
|
}
|
|
} |