Initial commit
[yaffs-website] / node_modules / normalize-package-data / test / fixtures / async.json
1 {
2     "name": "async",
3     "description": "Higher-order functions and common patterns for asynchronous code",
4     "main": "./lib/async",
5     "author": "Caolan McMahon",
6     "version": "0.2.6",
7     "repository" : {
8         "type" : "git",
9         "url" : "http://github.com/caolan/async.git"
10     },
11     "bugs" : {
12         "url" : "http://github.com/caolan/async/issues"
13     },
14     "licenses" : [
15         {
16             "type" : "MIT",
17             "url" : "http://github.com/caolan/async/raw/master/LICENSE"
18         }
19     ],
20     "devDependencies": {
21         "nodeunit": ">0.0.0",
22         "uglify-js": "1.2.x",
23         "nodelint": ">0.0.0"
24     },
25     "jam": {
26         "main": "lib/async.js",
27         "include": [
28             "lib/async.js",
29             "README.md",
30             "LICENSE"
31         ]
32     },
33     "scripts": {
34         "test": "nodeunit test/test-async.js"
35     }
36 }