-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 858 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
{
"name": "pure-frontend",
"version": "1.3.4",
"description": "支持单页面应用的前端框架",
"license": "MIT",
"author": "mh.z",
"keywords": [
"pure",
"frontend",
"framework"
],
"main": "index.js",
"types": "index.d.ts",
"files": [
"dist/",
"cjs/",
"index.js",
"index.d.ts"
],
"scripts": {
"build": "grunt",
"test": "grunt && start ./test/index.html"
},
"dependencies": {
"jquery": "^3.7.0",
"ui-data": "^1.3.6"
},
"devDependencies": {
"grunt": "^1.6.1",
"uglify-js": "^3.17.4",
"uglifycss": "^0.0.29"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicodex/pure-frontend.git"
},
"bugs": {
"url": "https://github.com/magicodex/pure-frontend/issues"
},
"homepage": "https://github.com/magicodex/pure-frontend#readme"
}