凉亭意外的字符串

时间:2014-12-12 20:03:04

标签: json bower

我正在尝试注册我的bower包但是我一直收到错误说:

Additional error details:
Unexpected string

我通过json linter运行了我的bower.json,它是有效的>

{
  "name": "Flatify",
  "version": "0.0.1",
  "main": "dist/flatify.css",
  "homepage": "https://github.com/1ClickComputing/Flatify",
  "authors": [
    "Jake <1clickcomputing@gmail.com>"
  ],
  "description": "A beautiful css framework",
  "keywords": [
    "CSS",
    "Framework",
    "SASS",
    "Bootstrap",
    "Framework",
    "Responsive"
  ],
  "license": "MIT",
  "ignore": [
    ".sass-cache",
    "bower_components",
    "node_modules",
    ".editorconfig",
    ".gitingnore",
    "bower.json",
    "Gruntfile.js",
    "package.json"
  ],
  "dependencies": {
    "normalize.css": "~3.0.2"
  }
}

0 个答案:

没有答案