forked from webx32/WxMock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.47 KB
/
package.json
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
{
"name": "mockjs",
"title": "Mock.js",
"description": "模拟请求 & 模拟数据",
"version": "0.1.11",
"homepage": "http://mockjs.com/",
"keywords": [
"mock",
"mockJSON",
"mockAjax",
"mockTempalte"
],
"author": "nuysoft@gmail.com",
"dependencies": {
"commander": "1.3.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-connect": "~0.5.0",
"grunt-markdown": "~0.4.0",
"grunt-exec": "~0.4.2",
"jquery": "~2.1.1",
"handlebars": "~1.0.12",
"underscore": "~1.5.1",
"jison": "~0.4.10",
"shelljs": "~0.2.1",
"kissy": "~1.3.1",
"node-print": "~0.0.4",
"codemirror": "~3.18.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-nodeunit": "~0.2.1",
"zepto": "0.0.4",
"time-grunt": "~0.3.1",
"grunt-cleaver": "~0.3.2",
"jsdom": "~0.10.5",
"xmlhttprequest": "~1.6.0"
},
"repository": {
"type": "git",
"url": "git://github.com/nuysoft/Mock.git"
},
"main": "./dist/mock.js",
"scripts": {
"test": "grunt travis --verbose"
},
"bin": {
"random": "bin/random"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nuysoft/Mock/blob/master/MIT-LICENSE.txt"
}
],
"spm": {
"main": "dist/mock.js"
}
}