-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
72 lines (72 loc) · 1.92 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "centurion-framework",
"projectName": "Centurion Framework",
"version": "3.9.1",
"simpleDescription": "A Web Framework",
"description": "Centurion is a web-based framework for rapid prototyping and provides a core for building larger web projects",
"homepage": "http://www.centurionframework.com",
"author": {
"name": "Justin Hough",
"email": "<[email protected]>",
"url": "http://www.justinhough.com/"
},
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/justinhough/centurion.git"
},
"keywords": [
"centurion",
"framework",
"web",
"responsive",
"awesome"
],
"license": "GPL",
"bugs": {
"url": "https://github.com/justinhough/centurion/issues"
},
"browserslist": [
"last 2 version",
"> 5%",
"ie > 8"
],
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.0",
"autoprefixer": "^10.3.7",
"cryptiles": ">=4.1.2",
"debug": ">=4.3.2",
"ecstatic": ">=2.0.0",
"fresh": ">=0.5.2",
"grunt": ">=1.4.1",
"grunt-banner": "^0.6.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-gh-pages": "^4.0.0",
"grunt-github-releaser": "^0.1.18",
"grunt-http-server": "^2.1.0",
"grunt-include-replace": "^5.0.0",
"grunt-newer": "^1.3.0",
"grunt-prompt": "^1.3.3",
"grunt-sass": "^3.1.0",
"grunt-scss-lint": "^0.5.0",
"hawk": ">=9.0.0",
"hoek": ">=4.2.1",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"mime": ">=2.5.2",
"minimatch": ">=3.0.4",
"negotiator": ">=0.6.2",
"node-sass": "^6.0.1",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1"
}
}