-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 969 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 969 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
33
34
35
36
37
{
"name": "matrixc",
"version": "1.0.6",
"description": "Matrix Calculator",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.14.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-callback": "0.0.3",
"gulp-clean-css": "^2.0.12",
"gulp-compress": "0.0.8",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-inject-string": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamCosta1/MatrixC.git"
},
"author": "Sam Costa",
"license": "ISC",
"bugs": {
"url": "https://github.com/SamCosta1/MatrixC/issues"
},
"homepage": "https://github.com/SamCosta1/MatrixC#readme"
}