package.json
1.34 KB
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
{
"name" : "xntalk_pc",
"version" : "2.2.0",
"main" : "./app/main.js",
"description": "犀牛第一个由node开发的小工具",
"keywords": [
"node"
],
"author": "yangqi",
"license": "ISC",
"devDependencies": {
"asar": "^0.11.0",
"browser-sync": "^2.0.1",
"electron-packager": "^7.0.1",
"electron-prebuilt": "^1.0.2",
"fs-jetpack": "^0.7.3",
"grunt-electron-installer": "^2.1.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.3",
"gulp-gzip": "^1.1.0",
"gulp-jshint": "^1.9.1",
"gulp-less": "^3.0.0",
"gulp-load-plugins": "^0.8.0",
"gulp-clean-css": "3.0.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.1.0",
"process": "^0.11.2",
"q": "^1.4.1",
"rcedit": "^0.4.0"
},
"spm": {
"dependencies": {
"bootstrap-css": "1.0.0",
"xn-style-common": "2.0.4",
"xn-common":"1.1.7",
"xn-directive-navigation": "1.0.0",
"xn-directive-form": "1.0.5",
"xn-directive-calendar": "1.0.9",
"xn-directive-location": "1.3.1",
"xn-directive-select": "1.1.7",
"xn-directive-loading": "0.0.2"
},
"devDependencies": {
"angular-mocks": "1.3.9"
}
},
"dependencies": {
"asar": "^0.10.0",
"fs-jetpack": "0.7.3",
"q": "^1.4.1",
"rcedit": "^0.4.0"
}
}