Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / third_party / Promises / polyfill / package.json
1 {
2   "name": "DOMFuture",
3   "description": "",
4   "author": "Alex Russell <slightlyoff@chromium.org>",
5   "version" : "0.0.1",
6   "license": "...",
7   "main": "./bin/Promise.min.js",
8   "url": "https://github.com/slightlyoff/Promises",
9   "repository" : {
10     "type" : "git",
11     "url" : "https://github.com/slightlyoff/Promises.git"
12   },
13   "contributors": [
14     {
15       "name": "Alex Russell",
16       "email": "slightlyoff@chromium.org",
17       "url": "http://infrequently.org"
18     }
19   ],
20   "scripts": {
21     "test": "cd tests; node test.js && node promises-tests.js"
22   },
23   "dependencies": {
24   },
25   "devDependencies": {
26     "eval" : "*",
27     "filemap":  "*"
28   },
29   "engines" : { "node" : ">=0.8.x" }
30 }