-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 977 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
{
"name": "django-octopus",
"version": "0.4.1",
"description": "[![Build Status](https://travis-ci.org/brmc/django-octopus.svg?branch=master)](https://travis-ci.org/brmc/django-octopus)",
"main": "js/octopus.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "browserify js/octopus.js -o octopus/static/octopus/octopus.js",
"build-test": "python tests/manage.py collectstatic -i admin --no-input",
"build-all": "npm run build; npm run build-test",
"build-jquery": "./bin/build-jquery.sh",
"install-jquery": "cp js/custom-jquery* octopus/static/octopus/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brmc/django-octopus.git"
},
"keywords": [
"django",
"ajax",
"pull",
"intercooler"
],
"author": "Brian McClure",
"license": "MIT",
"bugs": {
"url": "https://github.com/brmc/django-octopus/issues"
},
"homepage": "https://github.com/brmc/django-octopus#readme"
}