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

package.json - github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e38e69e726da9a674de738256802517eeb62d7e1 (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
{
  "name": "spectre.css",
  "version": "0.3.1",
  "homepage": "http://picturepan2.github.io/spectre",
  "author": "Yan Zhu <picturepan2@hotmail.com>",
  "description": "Spectre.css: a lightweight, responsive and modern CSS framework.",
  "main": "docs/dist/spectre.css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/picturepan2/spectre.git"
  },
  "files": [
    "dist",
    "docs",
    "src",
    "**/*.less",
    "gulpfile.js"
  ],
  "license": "MIT",
  "keywords": [
    "css",
    "framework",
    "flexbox",
    "responsive",
    "mobile-friendly",
    "front-end",
    "less",
    "modern"
  ],
  "bugs": {
    "url": "https://github.com/picturepan2/spectre/issues"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-clean-css": "^3.0.3",
    "gulp-csscomb": "^3.0.8",
    "gulp-less": "^3.3.0",
    "gulp-rename": "^1.2.2",
    "less-plugin-autoprefix": "^1.5.1"
  }
}