-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 813 Bytes
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": "TrussSim.js",
"version": "1.0.0",
"description": "A truss simulator made for the MTE119 (Statics) Final Project",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt-browserify": "^3.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sergei1152/TrussSim.js.git"
},
"keywords": [
"truss",
"simulator",
"statics"
],
"author": "Serj Babayan",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergei1152/TrussSim.js/issues"
},
"homepage": "https://github.com/sergei1152/TrussSim.js"
}