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

package.json « materialize-css « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8b95414855a25940141eb492ee9fa54d24413bf (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
  "_args": [
    [
      "materialize-css@1.0.0",
      "/Users/benakamoorthi/Projects/matomo"
    ]
  ],
  "_from": "materialize-css@1.0.0",
  "_id": "materialize-css@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-4/oecXl8y/1i8RDZvyvwAICyqwNoKU4or5uf8uoAd74k76KzZ0Llym4zhJ5lLNUskcqjO0AuMcvNyDkpz8Z6zw==",
  "_location": "/materialize-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "materialize-css@1.0.0",
    "name": "materialize-css",
    "escapedName": "materialize-css",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/materialize-css/-/materialize-css-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/benakamoorthi/Projects/matomo",
  "author": {
    "name": "Alvin Wang, Alan Chang"
  },
  "bugs": {
    "url": "https://github.com/Dogfalo/materialize/issues"
  },
  "dependencies": {},
  "description": "Builds Materialize distribution packages",
  "devDependencies": {
    "autoprefixer": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "grunt": "^1.0.1",
    "grunt-babel": "^6.0.0",
    "grunt-banner": "^0.6.0",
    "grunt-browser-sync": "^2.2.0",
    "grunt-concurrent": "^2.3.1",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-compress": "^1.4.1",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-jade": "^1.0.0",
    "grunt-contrib-jasmine": "^1.1.0",
    "grunt-contrib-uglify": "^3.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-notify": "^0.4.5",
    "grunt-postcss": "^0.8.0",
    "grunt-remove-logging": "^0.2.0",
    "grunt-rename-util": "^1.0.0",
    "grunt-sass": "^2.0.0",
    "grunt-text-replace": "^0.4.0",
    "husky": "^0.14.3",
    "jasmine": "^2.6.0",
    "jasmine-jquery": "^2.1.1",
    "jquery": "^3.2.1",
    "lint-staged": "^7.0.4",
    "node-archiver": "^0.3.0",
    "node-sass": "^4.7.2",
    "phantomjs-prebuilt": "^2.1.14",
    "prettier": "^1.12.1"
  },
  "engine": "node >= 6",
  "files": [
    "dist",
    "extras",
    "js/**/*.js",
    "sass/**/*.scss",
    "Gruntfile.js",
    "LICENSE"
  ],
  "homepage": "http://materializecss.com/",
  "license": "MIT",
  "lint-staged": {
    "js/*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/js/materialize.js",
  "name": "materialize-css",
  "repository": {
    "type": "git",
    "url": "git://github.com/Dogfalo/materialize.git"
  },
  "sass": "sass/materialize.scss",
  "scripts": {
    "dev": "grunt monitor",
    "precommit": "lint-staged",
    "test": "grunt travis"
  },
  "style": "dist/css/materialize.css",
  "version": "1.0.0"
}