-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 924 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 924 Bytes
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
{
"name": "angularjs",
"version": "1.0.0",
"description": "Angularjs Home Page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "live-server --port=9999"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mirror198829/Mirror198829.github.io.git"
},
"author": "Caojing",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mirror198829/Mirror198829.github.io/issues"
},
"homepage": "https://github.com/Mirror198829/Mirror198829.github.io#readme",
"devDependencies": {
"angular": "1.5.11",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-grid": "^4.0.6",
"angular-ui-router": "^1.0.3",
"bootstrap": "^3.3.7",
"echarts": "^3.6.2",
"express": "4.15.3",
"icheck": "^1.0.2",
"jquery": "^3.2.1",
"live-server": "^1.2.0",
"mockjs": "^1.0.1-beta3"
},
"dependencies": {}
}