Bump require.js version
Showing
... | @@ -4,7 +4,9 @@ | ... | @@ -4,7 +4,9 @@ |
"description": "Browser based XMPP instant messaging client", | "description": "Browser based XMPP instant messaging client", | ||
"main": "main.js", | "main": "main.js", | ||
"directories": { | "directories": { | ||
"doc": "docs" | "doc": "docs", | ||
"locale": "locale", | |||
"src": "src" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "" | "test": "" | ||
... | @@ -26,6 +28,9 @@ | ... | @@ -26,6 +28,9 @@ |
"bugs": { | "bugs": { | ||
"url": "https://github.com/jcbrand/converse.js/issues" | "url": "https://github.com/jcbrand/converse.js/issues" | ||
}, | }, | ||
"engines": { | |||
"browser": "*" | |||
}, | |||
"devDependencies": { | "devDependencies": { | ||
"bower": "latest", | "bower": "latest", | ||
"grunt": "~0.4.4", | "grunt": "~0.4.4", | ||
... | @@ -34,13 +39,13 @@ | ... | @@ -34,13 +39,13 @@ |
"grunt-contrib-jshint": "~0.10.0", | "grunt-contrib-jshint": "~0.10.0", | ||
"grunt-contrib-jst": "~0.6.0", | "grunt-contrib-jst": "~0.6.0", | ||
"grunt-contrib-requirejs": "~0.4.3", | "grunt-contrib-requirejs": "~0.4.3", | ||
"grunt-json": "^0.1.3", | |||
"less": "~1.7.0", | "less": "~1.7.0", | ||
"phantom-jasmine": "0.1.8", | "phantom-jasmine": "0.1.8", | ||
"phantomjs": "~1.9.7-1", | "phantomjs": "~1.9.7-1", | ||
"po2json": "^0.3.0" | "po2json": "^0.3.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"grunt-json": "^0.1.3", | "requirejs": "~2.1.15" | ||
"requirejs": "~2.1.11" | |||
} | } | ||
} | } |
Please register or sign in to comment