-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 KB
/
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
43
{
"name": "slocum-tracker",
"version": "1.0.0",
"description": "graphical tracker interface that exports composition into assembly",
"private": true,
"author": "Igor Zinken",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"async": "1.5.2",
"atomify-css": "^3.3.6",
"babelify": "^10.0.0",
"bowser": "^2.11.0",
"chai": "^4.3.6",
"grunt": "^1.4.1",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-handlebars": "^3.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-text-replace": "^0.4.0",
"handlebars": "^4.7.7",
"line-by-line": "^0.1.6",
"md5": "^2.0.0",
"mocha": "^9.2.0",
"mock-browser": "^0.92.14",
"pubsub-js": "^1.9.4",
"qajax": "^1.3.0",
"workerify": "^1.1.0",
"zjslib": "latest"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt handlebars && node node_modules/mocha/bin/mocha test/**/*",
"dev": "./node_modules/grunt-cli/bin/grunt dev",
"build": "./node_modules/grunt-cli/bin/grunt build"
}
}