-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 758 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 758 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
{
"name": "treejs",
"version": "1.0.0",
"description": "javascript algorithm practices",
"main": "index.js",
"devDependencies": {
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^4.2.0",
"eslint": "^2.5.3",
"gulp-sourcemaps": "^1.6.0",
"jest": "^23.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nazanin1369/TreeJS.git"
},
"author": "Nazanin Delam",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nazanin1369/TreeJS/issues"
},
"homepage": "https://github.com/Nazanin1369/TreeJS#readme"
}