JS Packaging Updates

Added to bower.json packages that were missing. Upgraded angular to 1.2.19 in the process.
This commit is contained in:
Chris Houseknecht
2014-08-28 10:37:49 -04:00
parent ca8e52bfff
commit 9176955b42
1191 changed files with 345750 additions and 52198 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "underscore",
"version": "1.6.0",
"version": "1.7.0",
"main": "underscore.js",
"keywords": [
"util",
@@ -10,24 +10,23 @@
"browser"
],
"ignore": [
"underscore-min.js",
"docs",
"test",
"*.yml",
"*.map",
"CNAME",
"index.html",
"favicon.ico",
"CONTRIBUTING.md"
],
"homepage": "https://github.com/jashkenas/underscore",
"_release": "1.6.0",
"_release": "1.7.0",
"_resolution": {
"type": "version",
"tag": "1.6.0",
"commit": "1f4bf626f23a99f7a676f5076dc1b1475554c8f7"
"tag": "1.7.0",
"commit": "da996e665deb0b69b257e80e3e257c04fde4191c"
},
"_source": "git://github.com/jashkenas/underscore.git",
"_target": "*",
"_originalSource": "underscore"
"_target": "~1.7.0",
"_originalSource": "underscore",
"_direct": true
}

View File

@@ -1,14 +0,0 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[**.{js,json,html}]
indent_style = space
indent_size = 2

View File

@@ -0,0 +1,35 @@
{
"env": {
"browser": true,
"node": true,
"amd": true
},
"rules": {
"brace-style": [1, "1tbs"],
"curly": [0, "multi"],
"eqeqeq": [1, "smart"],
"max-depth": [1, 4],
"max-params": [1, 5],
"new-cap": 2,
"new-parens": 0,
"no-constant-condition": 0,
"no-div-regex": 1,
"no-else-return": 1,
"no-extra-parens": 1,
"no-floating-decimal": 2,
"no-inner-declarations": 2,
"no-lonely-if": 1,
"no-nested-ternary": 2,
"no-new-object": 0,
"no-new-func": 0,
"no-underscore-dangle": 0,
"quotes": [2, "single", "avoid-escape"],
"radix": 2,
"space-after-keywords": [2, "always"],
"space-in-brackets": [2, "never"],
"space-unary-word-ops": 2,
"strict": 0,
"wrap-iife": 2
}
}

View File

@@ -1,8 +1,7 @@
{
"name": "underscore",
"version": "1.6.0",
"version": "1.7.0",
"main": "underscore.js",
"keywords": ["util", "functional", "server", "client", "browser"],
"ignore" : ["underscore-min.js", "docs", "test", "*.yml", "*.map",
"CNAME", "index.html", "favicon.ico", "CONTRIBUTING.md"]
"ignore" : ["docs", "test", "*.yml", "CNAME", "index.html", "favicon.ico", "CONTRIBUTING.md"]
}

View File

@@ -5,6 +5,6 @@
"repo" : "jashkenas/underscore",
"main" : "underscore.js",
"scripts" : ["underscore.js"],
"version" : "1.6.0",
"version" : "1.7.0",
"license" : "MIT"
}

View File

@@ -0,0 +1,41 @@
{
"name": "underscore",
"description": "JavaScript's functional programming helper library.",
"homepage": "http://underscorejs.org",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"author": "Jeremy Ashkenas <jeremy@documentcloud.org>",
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/underscore.git"
},
"main": "underscore.js",
"version": "1.7.0",
"devDependencies": {
"docco": "0.6.x",
"phantomjs": "1.9.7-1",
"uglify-js": "2.4.x",
"eslint": "0.6.x"
},
"scripts": {
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && eslint underscore.js test/*.js test/vendor/runner.js",
"build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map -o underscore-min.js",
"doc": "docco underscore.js"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/jashkenas/underscore/master/LICENSE"
}
],
"files": [
"underscore.js",
"underscore-min.js",
"LICENSE"
]
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff