Blame view

node_modules/vue-count-to/package.json 1.99 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "vue-count-to@1.0.13",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_from": "vue-count-to@1.0.13",
    "_id": "vue-count-to@1.0.13",
    "_inBundle": false,
    "_integrity": "sha1-PnVz6m5kwrKXL2TgoqsuI8dZD/M=",
    "_location": "/vue-count-to",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "vue-count-to@1.0.13",
      "name": "vue-count-to",
      "escapedName": "vue-count-to",
      "rawSpec": "1.0.13",
      "saveSpec": null,
      "fetchSpec": "1.0.13"
    },
    "_requiredBy": [
      "/"
    ],
    "_resolved": "http://registry.npm.taobao.org/vue-count-to/download/vue-count-to-1.0.13.tgz",
    "_spec": "1.0.13",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Pan",
      "email": "panfree23@gmail.com"
    },
    "description": "It's a vue component that will count to a target number at a specified duration",
    "devDependencies": {
      "babel-core": "^6.0.0",
      "babel-eslint": "7.1.1",
      "babel-loader": "^6.0.0",
      "babel-plugin-transform-runtime": "^6.15.0",
      "babel-preset-es2015": "^6.14.0",
      "babel-preset-stage-2": "^6.13.0",
      "babel-runtime": "^6.11.6",
      "cross-env": "^3.0.0",
      "css-loader": "^0.25.0",
      "eslint": "3.14.1",
      "eslint-config-airbnb-base": "11.0.1",
      "eslint-friendly-formatter": "2.0.7",
      "eslint-import-resolver-webpack": "0.8.1",
      "eslint-loader": "1.6.1",
      "eslint-plugin-html": "2.0.0",
      "eslint-plugin-import": "2.2.0",
      "file-loader": "^0.9.0",
      "vue-loader": "^11.1.4",
      "vue-template-compiler": "^2.2.1",
      "webpack": "^2.2.0",
      "webpack-dev-server": "^2.2.0"
    },
    "homepage": "http://panjiachen.github.io/countTo/demo/",
    "license": "MIT",
    "main": "dist/vue-count-to.min.js",
    "name": "vue-count-to",
    "scripts": {
      "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
      "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --content-base='./demo/'"
    },
    "version": "1.0.13"
  }