UNPKG

1.01 kBJSONView Raw
1{
2 "author": "GuoMeishan",
3 "description": "iTalent header",
4 "name": "@italentjs/italent-header",
5 "main": "index.js",
6 "configFile": "TalentJSConfig",
7 "configUser": "ux",
8 "version": "1.0.66",
9 "scripts": {
10 "build-prod": "rm -rf index.css && rm -rf index.js && grunt build",
11 "auto-publish": "npm run build-prod && git add . && git commit -m 'fix: 修复一些已知问题' && npm version patch && npm publish",
12 "start": "grunt dev",
13 "prepublish": "grunt build"
14 },
15 "dependencies": {
16 "grunt": "~0.4.1",
17 "grunt-contrib-watch": "~0.4.3",
18 "grunt-contrib-jst": "~0.5.0",
19 "grunt-contrib-connect": "~0.5.0",
20 "grunt-contrib-compass": "0.8.0",
21 "load-grunt-tasks": "~0.5.0"
22 },
23 "devDependencies": {
24 "grunt-css-url-replace": "^0.2.7",
25 "grunt-cssjoin": "~0.2.0",
26 "grunt-preprocess": "^5.1.0",
27 "grunt-sass-replace": "^0.1.18",
28 "grunt-string-replace": "^1.3.1"
29 },
30 "publishConfig": {
31 "access": "public"
32 },
33 "files": [
34 "app",
35 "src",
36 "index.js",
37 "index.css",
38 "package.json"
39 ]
40}