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

2 by Stephen Stewart
shifter and grover, up a tree, k-i-s-s-i-n-g
1
{
19.1.1 by Stephen Stewart
make npm package
2
  "name": "online-services-common-js",
27.1.3 by Stephen Stewart
update grover to use path to local phantomjs
3
  "version": "0.0.9",
19.1.1 by Stephen Stewart
make npm package
4
  "description": "online services yui modules",
5
  "homepage": "https://launchpad.net/online-services-common-js",
6
  "bugs": "https://bugs.launchpad.net/online-services-common-js",
7
  "scripts": {
8
    "test": "echo \"Error: no test specified\" && exit 1",
27.1.2 by jonas-drange
hackers repo and prepublish task
9
    "prepublish": "grunt bootstrap && bower install && grunt test"
19.1.1 by Stephen Stewart
make npm package
10
  },
11
  "repository": {
23.1.1 by Stephen Stewart
add mocha, chai, grunt tasks
12
    "type": "bzr",
13
    "url": "lp:online-services-common-js"
19.1.1 by Stephen Stewart
make npm package
14
  },
15
  "keywords": [
16
    "js",
17
    "yui",
18
    "ubuntu"
19
  ],
20
  "author": "Ubuntu One Hackers",
21
  "license": "AGPL-3.0",
22
  "devDependencies": {
2 by Stephen Stewart
shifter and grover, up a tree, k-i-s-s-i-n-g
23
    "grunt": "~0.4.2",
6 by Stephen Stewart
install yui via bower
24
    "grunt-contrib-clean": "~0.5.0",
25
    "grunt-contrib-compress": "~0.5.3",
19.1.1 by Stephen Stewart
make npm package
26
    "grunt-contrib-connect": "~0.6.0",
6 by Stephen Stewart
install yui via bower
27
    "grunt-contrib-jshint": "~0.8.0",
12 by Stephen Stewart
update package to use newer version of grunt-template...
28
    "grunt-contrib-watch": "~0.5.3",
29
    "grunt-yui-template-compile": "~0.1.3",
6 by Stephen Stewart
install yui via bower
30
    "grover": "~0.1.17",
2 by Stephen Stewart
shifter and grover, up a tree, k-i-s-s-i-n-g
31
    "shifter": "~0.4.3",
23.1.1 by Stephen Stewart
add mocha, chai, grunt tasks
32
    "yui": "~3.14.1",
33
    "mocha": "~1.17.1",
34
    "chai": "~1.9.0",
27.1.1 by jonas-drange
ulysses managed by config-manager
35
    "grunt-mocha": "~0.4.10",
27.1.4 by Stephen Stewart
add phantomjs to devDeps
36
    "grunt-shell": "~0.6.4",
37
    "phantomjs": "^1.9.7-1"
2 by Stephen Stewart
shifter and grover, up a tree, k-i-s-s-i-n-g
38
  },
19.1.1 by Stephen Stewart
make npm package
39
  "readmeFilename": "README.md"
2 by Stephen Stewart
shifter and grover, up a tree, k-i-s-s-i-n-g
40
}