Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « build « jScrollPane « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 781719b1d6d488e72924b8a094aa96feddcd57e5 (plain)
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
{
  "name": "jScrollPane-build",
  "description": "Keep track of what you spend",
  "version": "0.1.0",
  "homepage": "http://jscrollpane.kelvinluck.com",
  "author": {
    "name": "Kelvin Luck",
    "email": "git+jsp@kelvinluck.com"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/haggerstonjs/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-uglify": "~0.2.0"
  },
  "devDependencies": {
    "grunt-contrib-connect": "~0.2.0",
    "grunt-contrib-watch": "~0.2.0"
  },
  "peerDependencies": {},
  "keywords": []
}