forked from henriquemiranda/phononwebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 993 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
39
40
41
42
{
"name": "phononwebsite",
"version": "0.1.0",
"description": "Javascript web app to visualise lattice vibrations",
"main": "build/phononwebsite.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"dependencies": {
"assert": "^1.4.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0"
},
"scripts": {
"test": "mocha",
"build": "rollup -c",
"build-uglify": "rollup -c && uglifyjs build/phononwebsite.js -cm > build/phononwebsite.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henriquemiranda/phononwebsite.git"
},
"keywords": [
"phonons",
"visualization",
"lattice",
"vibrations",
"webgl",
"javascript",
"threejs",
"javascript"
],
"author": "Henrique Miranda",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/henriquemiranda/phononwebsite/issues"
},
"homepage": "https://github.com/henriquemiranda/phononwebsite#readme"
}