aboutsummaryrefslogtreecommitdiffstats
path: root/component.json
blob: 6898a3f0f133b68b0f75038226f3d5a0dad225e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "jquery",
  "version": "2.0.0",
  "description": "jQuery component",
  "keywords": [
    "jquery",
    "component"
  ],
  "main": "jquery.js",
  "scripts": [
    "jquery.js"
  ],
  "license": "MIT"
}