UNPKG

1.5 kBJSONView Raw
1{
2 "name": "mockjs",
3 "title": "Mock.js",
4 "description": "模拟请求 & 模拟数据",
5 "version": "0.1.4",
6 "homepage": "http://mockjs.com/",
7 "keywords": [
8 "mock",
9 "mockJSON",
10 "mockAjax",
11 "mockTempalte"
12 ],
13 "author": "nuysoft@gmail.com",
14 "dependencies": {
15 "commander": "1.3.x"
16 },
17 "devDependencies": {
18 "grunt": "~0.4.1",
19 "grunt-contrib-jshint": "~0.6.4",
20 "grunt-contrib-watch": "~0.5.3",
21 "grunt-contrib-concat": "~0.3.0",
22 "grunt-contrib-copy": "~0.4.1",
23 "grunt-contrib-clean": "~0.5.0",
24 "grunt-contrib-uglify": "~0.2.2",
25 "grunt-contrib-connect": "~0.5.0",
26 "grunt-markdown": "~0.4.0",
27 "grunt-exec": "~0.4.2",
28 "jquery": "~2.1.1",
29 "handlebars": "~1.0.12",
30 "underscore": "~1.5.1",
31 "jison": "~0.4.10",
32 "shelljs": "~0.2.1",
33 "kissy": "~1.3.1",
34 "node-print": "~0.0.4",
35 "codemirror": "~3.18.0",
36 "grunt-contrib-qunit": "~0.3.0",
37 "grunt-contrib-nodeunit": "~0.2.1",
38 "zepto": "0.0.4",
39 "time-grunt": "~0.3.1",
40 "grunt-cleaver": "~0.3.2",
41 "jsdom": "~0.10.5",
42 "xmlhttprequest": "~1.6.0"
43 },
44 "repository": {
45 "type": "git",
46 "url": "git://github.com/nuysoft/Mock.git"
47 },
48 "main": "./dist/mock.js",
49 "scripts": {
50 "test": "grunt travis --verbose"
51 },
52 "bin": {
53 "random": "bin/random"
54 },
55 "licenses": [
56 {
57 "type": "MIT",
58 "url": "https://github.com/nuysoft/node-print/blob/master/README.md"
59 }
60 ],
61 "spm": {
62 "main": "dist/mock.js"
63 }
64}