UNPKG

783 BJSONView Raw
1{
2 "author": "liugenpeng",
3 "description": "iTalent sidebar new",
4 "name": "@italentjs/italent-sidebar",
5 "main": "index.js",
6 "version": "0.6.15",
7 "devDependencies": {
8 "grunt": "~0.4.1",
9 "grunt-contrib-compass": "0.8.0",
10 "grunt-contrib-connect": "~0.5.0",
11 "grunt-contrib-jst": "~0.5.0",
12 "grunt-contrib-watch": "~0.4.3",
13 "grunt-cssjoin": "~0.2.0",
14 "grunt-preprocess": "",
15 "load-grunt-tasks": "~0.5.0",
16 "shelljs": "^0.8.2"
17 },
18 "scripts": {
19 "build-prod": "rm -rf ./index.css && rm -rf ./index.js && grunt build",
20 "prepublish": "npm run build-prod",
21 "start": "grunt server"
22 },
23 "publishConfig": {
24 "access": "public"
25 },
26 "files": [
27 "app",
28 "src",
29 "index.js",
30 "index.css",
31 "package.json"
32 ],
33 "gitHead": "58116ec24de5270c42a6f6eb6b586a6e00349b30"
34}