mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
0620d19f26
This commit has a hack to make window.jQuery available during the duration of the requiring of jquery-ui. Once we're done requiring jQuery, the global is removed from window once again. Issue #494 has an alternative idea of enhancing require to allow the requiring script to specify the value of global variables in the script being required.
35 lines
730 B
JSON
35 lines
730 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.0.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.6.2",
|
|
"ctags": "0.3.0",
|
|
"oniguruma": "0.11.0",
|
|
"mkdirp": "0.3.5",
|
|
"git-utils": "0.15.0",
|
|
"underscore": "1.4.4",
|
|
"d3": "3.0.8",
|
|
"coffee-cache": "0.1.0",
|
|
"pegjs": "0.7.0",
|
|
"async": "0.2.6",
|
|
"nak": "0.2.12",
|
|
"spellchecker": "0.3.0",
|
|
"pathwatcher": "0.3.0",
|
|
"plist": "git://github.com/nathansobo/node-plist.git",
|
|
"space-pen": "git://github.com/nathansobo/space-pen.git",
|
|
"less": "git://github.com/nathansobo/less.js.git",
|
|
"jqueryui-browser": "1.10.2"
|
|
},
|
|
|
|
"devDependencies" : {
|
|
"biscotto" : "0.0.9"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|