-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 908 Bytes
/
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
{
"name": "studysojin",
"version": "1.0.0",
"description": "studysojin",
"main": "index.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-open": "^0.2.3",
"grunt-remove-logging": "^0.2.0",
"grunt-ts": "^6.0.0-beta.16",
"typescript": "^2.5.2",
"uglify-js": "^3.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sojin2105/studysojin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sojin2105/studysojin/issues"
},
"homepage": "https://github.com/sojin2105/studysojin#readme",
"dependencies": {
"grunt-cli": "^1.2.0"
}
}