{
  "name": "spck-ui",
  "version": "0.3.4",
  "description": "Declarative enterprise UI components library.",
  "main": "./dist/spck-ui.js",
  "private": false,
  "devDependencies": {
    "grunt": "^1.0.2",
    "grunt-webfont": "^1.6.0",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.1",
    "gulp-clean-css": "^3.8.0",
    "gulp-concat": "^2.6.0",
    "gulp-less": "^3.0.3",
    "gulp-webfont": "0.0.1-3",
    "jasmine-core": "^2.8.0",
    "karma": "^1.7.1",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4"
  },
  "scripts": {
    "test": "karma start karma.conf.js --single-run",
    "start": "http-server -a localhost -p 4242 -c-1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spckio/spck-ui"
  },
  "author": "Zeb Zhao",
  "license": "MIT",
  "dependencies": {
    "gulp-uglify": "^3.0.1"
  }
}
