~ubuntuone-hackers/online-services-common-js/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "online-services-common-js",
  "version": "0.0.9",
  "description": "online services yui modules",
  "homepage": "https://launchpad.net/online-services-common-js",
  "bugs": "https://bugs.launchpad.net/online-services-common-js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "grunt bootstrap && bower install && grunt test"
  },
  "repository": {
    "type": "bzr",
    "url": "lp:online-services-common-js"
  },
  "keywords": [
    "js",
    "yui",
    "ubuntu"
  ],
  "author": "Ubuntu One Hackers",
  "license": "AGPL-3.0",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-compress": "~0.5.3",
    "grunt-contrib-connect": "~0.6.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-yui-template-compile": "~0.1.3",
    "grover": "~0.1.17",
    "shifter": "~0.4.3",
    "yui": "~3.14.1",
    "mocha": "~1.17.1",
    "chai": "~1.9.0",
    "grunt-mocha": "~0.4.10",
    "grunt-shell": "~0.6.4",
    "phantomjs": "^1.9.7-1"
  },
  "readmeFilename": "README.md"
}