-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "@ntesmail/shark-angularjs",
"version": "2.0.6",
"description": "shark-angularjs组件库,基于shark-ui打造的angular组件库",
"keywords": [
"shark",
"ui",
"angularjs"
],
"main": "index.js",
"author": "sweetyx lingqiao hzwangsong1",
"license": "MIT",
"scripts": {
"server": "shark server",
"build": "rimraf build && shark build online"
},
"homepage": "http://shark.mail.netease.com/shark-angularjs/index.html",
"dependencies": {
"@ntesmail/shark-css": "^1.2.6",
"@ntesmail/shark-ui": "^2.0.3",
"@uirouter/angularjs": "^1.0.4",
"angular": "^1.6.4",
"angular-sanitize": "^1.6.4",
"flatpickr": "^3.0.5-1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.5.12",
"ejs": "^2.5.2",
"express": "^4.13.3",
"fs-extra": "^3.0.1",
"gulp-babel": "^6.1.2",
"rimraf": "^2.6.1",
"shark-automation": "^2.1.2",
"showdown": "^1.6.0",
"sync-request": "^3.0.1",
"yargs": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ntesmail/shark-angularjs"
},
"engines": {
"node": ">=6.10.0"
}
}