1234567891011121314151617181920 |
- {
- "name": "test/helloworld",
- "type": "library",
- "description": "helloworld",
- "license": "MIT",
- "minimum-stability": "dev",
- "repositories": [
- { "type": "composer", "url": "http://satis-dist.lysis.com.cn:4000/" }
- ],
- "config": {
- "secure-http": false
- },
- "distribute-helper": {
- "use-space": "100K",
- "module-name":"hellow",
- "module-files":[
- {"name":"module.zip","size":"1487KB"}
- ]
- }
- }
|