-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 991 Bytes
/
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
{
"name": "@jswork/photon",
"version": "1.0.0",
"description": "Photon sass/css for npm.",
"homepage": "https://github.com/afeiship/photon",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"scripts": {
"build": "gulp",
"release": "release-it"
},
"main": "dist/css/photon.css",
"license": "MIT",
"devDependencies": {
"@jswork/gulp-pkg-header": "^1.0.4",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.3",
"gulp-header": "^2.0.9",
"gulp-ignore": "^3.0.0",
"gulp-load-plugins": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"release-it": "^14.11.5",
"uglify-save-license": "^0.4.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"photon",
"macos",
"uikit",
"ios",
"mac",
"apple",
"appify"
]
}