-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 954 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
{
"name": "amalthea",
"version": "1.1.4",
"main": "dist/amalthea.js",
"author": "Apollo <zhaoyang@jizhi.im>",
"description": "the hyper front-end engine of data science",
"keywords": [
"html-plugin",
"online-judge",
"jupyter-notebook"
],
"homepage": "https://amalthea.ai",
"license": "MIT",
"bugs": "https://github.com/Jinglue/Amalthea/issues",
"repository": {
"type": "git",
"url": "https://github.com/Jinglue/Amalthea.git"
},
"scripts": {
"prebuild": "bower install",
"test": "jest && eslint .",
"hashmark": "hashmark dist/*.js -rsl 7 'dist/{name}.{hash}.bundle.js'",
"build": "rm -rf dist && coffee -cb src/main.coffee && r.js -o src/build.js baseUrl=./src name=almond include=main out=dist/amalthea.js && hashmark dist/*.js -sl 7 'dist/{name}.{hash}.bundle.js' && gzip -r -f -k dist/*.js"
},
"devDependencies": {
"coffee-script": "^1.12.7",
"hashmark": "^5.0.0",
"requirejs": "^2.3.5"
},
"dependencies": {}
}