Skip to content

Commit b9712a0

Browse files
committed
Automatically rewritten for npm.
1 parent 8ac19ac commit b9712a0

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*This repository is a mirror of the [component](http://component.io) module [cbou/jquery-mobile](http://github.com/cbou/jquery-mobile). It has been modified to work with NPM+Browserify. You can install it using the command `npm install npmcomponent/cbou-jquery-mobile`.*
12
# jQuery Mobile
23

34
This is the main repository for the jQuery Mobile project. From the [official website](http://jquerymobile.com):

package.json

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
{
2-
"name": "jquery-mobile-build",
3-
"description": "dependencies for the grunt based build",
2+
"name": "cbou-jquery-mobile",
3+
"description": "jQuery Mobile Framework",
44
"version": "0.0.1",
5-
"scripts": {
6-
"lint" : "grunt"
7-
},
8-
"main": "grunt.js",
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/jquery/jquery-mobile.git"
12-
},
5+
"keywords": [
6+
"ui",
7+
"jquery",
8+
"mobile"
9+
],
1310
"dependencies": {
14-
"grunt": "0.3.x",
15-
"grunt-css": "0.2.0",
16-
"grunt-junit": "0.1.4",
17-
"grunt-git-authors": "1.0.0",
18-
"requirejs": "1.0.8",
19-
"glob-whatev": "~0.1.4",
20-
"rimraf": "2.0.1",
21-
"testswarm": "0.2.3"
22-
},
23-
"engine": {
24-
"node": ">=6.0"
11+
"component-jquery": "git://github.com/npmcomponent/component-jquery.git"
2512
}
2613
}

0 commit comments

Comments
 (0)