Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

Commit

Permalink
Updated bower config.
Browse files Browse the repository at this point in the history
  • Loading branch information
electricessence committed Nov 2, 2015
1 parent 8a8dbbb commit 013d7d0
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions bower.json
Expand Up @@ -2,27 +2,29 @@
"name": "typescript-dotnet",
"version": "2.5.11",
"ignore": [
".bowercc",
".gitignore",
".npmignore",
".idea",
".nuget",
"gulpfile.js",
"node_modules",
"bower_components",
"documentation",
"tests",
"example",
"typings",
"documentation",
"dist/commonjs",
"dist/es6",
"dist/system"
"tsc-flags.txt",
"tsd.json"
],
"homepage": "https://github.com/electricessence/TypeScript.NET",
"authors": [
"electricessence <npm@electrified.net>"
],
"description": "A JavaScript-Friendly .NET TypeScript Library.",
"moduleType": [
"amd"
"amd",
"es6",
"node"
],
"keywords": [
"JavaScript",
Expand All @@ -32,11 +34,5 @@
"TypeScript.NET",
"LINQ"
],
"license": "MIT",
"dependencies": {
"requirejs": "~2.1.20"
},
"devDependencies": {
"qunit": "~1.19.0"
}
"license": "MIT"
}

0 comments on commit 013d7d0

Please sign in to comment.