-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 911 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
{
"name": "@w20/w20-simple-theme",
"version": "3.3.1",
"description": "W20 simple theme",
"license": "MPL-2.0",
"main": "gruntfile.js",
"keywords": [
"w20",
"theme"
],
"bugs": {
"url": "https://github.com/seedstack/w20-simple-theme/issues"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "~1.1.0",
"jit-grunt": "~0.9.1"
},
"dependencies": {
"@w20/w20": "^2.4.2",
"@w20/w20-bootstrap-3": "^2.3.0"
},
"scripts": {
"prepare": "grunt",
"test": "echo sorry, no test to run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w20-framework/w20-simple-theme.git"
},
"author": "W20 team",
"contributors": [
"Adrien LAUER <[email protected]>",
"Kavi RAMYEAD <[email protected]>",
"Jose Manuel MARTINEZ LAINEZ <[email protected]>"
]
}