Skip to content

Commit

Permalink
Ajustes na configuração do pacote
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovilar committed Oct 27, 2016
1 parent ebf6f5b commit c0ffabb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
/build-browser
/dev
/dist
#/typings/*
#!/typings/node
#!/typings/tng
desktop.ini
30 changes: 21 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,29 @@
"name": "tng",
"version": "1.1.0",
"description": "Angular 1 on TypeScript",
"main": "build/prod/tng.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"author": "Diego Vilar <[email protected]>",
"homepage": "https://github.com/diegovilar/tng",
"bugs": "https://github.com/diegovilar/tng/issues",
"main": "tng.js",
"repository": {
"type": "git",
"url": "https://github.com/diegovilar/tng.git"
},
"dependencies": {
"angular": "~1.4.0",
"reflect-metadata": "^0.1.8"
},
"peerDependencies": {
"angular": "~1.4.0",
"reflect-metadata": "^0.1.8"
},
"optionalDependencies": {
"angular-ui-bootstrap": "https://github.com/angular-ui/bootstrap/archive/0.13.3.tar.gz",
"angular-ui-router": "https://github.com/angular-ui/ui-router/archive/0.2.18.tar.gz"
},
"devDependencies": {
"angular-mocks": "~1.4.14",
"angular-mocks": "~1.4.0",
"angular-ui-bootstrap": "https://github.com/angular-ui/bootstrap/archive/0.13.3.tar.gz",
"angular-ui-router": "https://github.com/angular-ui/ui-router/archive/0.2.18.tar.gz",
"browserify": "^10.2.6",
Expand Down Expand Up @@ -40,8 +55,5 @@
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"angular": "~1.4.14"
}
}

0 comments on commit c0ffabb

Please sign in to comment.