~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/promise-polyfill/package.json

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "promise-polyfill",
 
3
  "version": "2.0.0",
 
4
  "description": "Lightweight promise polyfill. A+ compliant",
 
5
  "main": "Promise.js",
 
6
  "scripts": {
 
7
    "test": "./node_modules/.bin/promises-aplus-tests tests/adapter.js; ./node_modules/.bin/promises-es6-tests tests/adapter.js"
 
8
  },
 
9
  "repository": {
 
10
    "type": "git",
 
11
    "url": "https://taylorhakes@github.com/taylorhakes/promise-polyfill.git"
 
12
  },
 
13
  "author": "Taylor Hakes",
 
14
  "license": "MIT",
 
15
  "bugs": {
 
16
    "url": "https://github.com/taylorhakes/promise-polyfill/issues"
 
17
  },
 
18
  "homepage": "https://github.com/taylorhakes/promise-polyfill",
 
19
  "devDependencies": {
 
20
    "grunt": "^0.4.5",
 
21
    "grunt-bytesize": "^0.1.1",
 
22
    "grunt-closurecompiler": "^0.9.9",
 
23
    "grunt-contrib-uglify": "^0.4.0",
 
24
    "mocha": "^2.2.1",
 
25
    "promises-aplus-tests": "*",
 
26
    "promises-es6-tests": "^0.5.0"
 
27
  },
 
28
  "keywords": [
 
29
    "promise",
 
30
    "promise-polyfill",
 
31
    "ES6",
 
32
    "promises-aplus"
 
33
  ],
 
34
  "dependencies": {}
 
35
}