-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 908 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
{
"name": "django-fancypages",
"version": "0.3.0",
"description": "Make content editing in Django fancier",
"main": "Gruntfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"grunt": "~0.4.5",
"grunt-mocha": "~0.4.10",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-watch": "~0.6.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tangentlabs/django-fancypages.git"
},
"keywords": [
"django",
"cms",
"pages",
"flatpages"
],
"author": "Sebastian Vetter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/tangentlabs/django-fancypages/issues"
},
"homepage": "https://github.com/tangentlabs/django-fancypages"
}