-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 816 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
{
"name": "KodeIV.github.io",
"version": "1.0.0",
"description": "",
"main": "testing.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/KodeIV/KodeIV.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KodeIV/KodeIV.github.io/issues"
},
"homepage": "https://github.com/KodeIV/KodeIV.github.io",
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-mocha": "^0.4.11",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-jshint": "^1.8.5",
"gulp-uglify": "^1.0.1",
"istanbul": "^0.3.2",
"supertest": "^0.14.0",
"topojson": "^1.6.18",
"twit": "^1.1.18"
},
"dependencies": {
"node": "0.0.0"
}
}