mirror of
https://github.com/Febbweiss/filebrowser-durandal-widget.git
synced 2026-03-05 06:35:49 +00:00
init
This commit is contained in:
35
lib/less.js/.bower.json
Normal file
35
lib/less.js/.bower.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "less",
|
||||
"version": "2.4.0",
|
||||
"main": "dist/less.js",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"benchmark",
|
||||
"bin",
|
||||
"build",
|
||||
"gradle",
|
||||
"lib",
|
||||
"test",
|
||||
"*.md",
|
||||
"LICENSE",
|
||||
"Gruntfile.js",
|
||||
"*.json",
|
||||
"*.yml",
|
||||
"build.gradle",
|
||||
"gradlew",
|
||||
"gradlew.bat",
|
||||
".gitattributes",
|
||||
".jshintrc",
|
||||
".npmignore"
|
||||
],
|
||||
"homepage": "https://github.com/less/less.js",
|
||||
"_release": "2.4.0",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v2.4.0",
|
||||
"commit": "4b3735b004f769f72966f34c54303e5c00d2c5d0"
|
||||
},
|
||||
"_source": "git://github.com/less/less.js.git",
|
||||
"_target": "~2.4.0",
|
||||
"_originalSource": "less.js"
|
||||
}
|
||||
25
lib/less.js/bower.json
Normal file
25
lib/less.js/bower.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "less",
|
||||
"version": "2.4.0",
|
||||
"main": "dist/less.js",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"benchmark",
|
||||
"bin",
|
||||
"build",
|
||||
"gradle",
|
||||
"lib",
|
||||
"test",
|
||||
"*.md",
|
||||
"LICENSE",
|
||||
"Gruntfile.js",
|
||||
"*.json",
|
||||
"*.yml",
|
||||
"build.gradle",
|
||||
"gradlew",
|
||||
"gradlew.bat",
|
||||
".gitattributes",
|
||||
".jshintrc",
|
||||
".npmignore"
|
||||
]
|
||||
}
|
||||
1
lib/less.js/browser.js
Normal file
1
lib/less.js/browser.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./lib/less-browser');
|
||||
9849
lib/less.js/dist/less.js
vendored
Normal file
9849
lib/less.js/dist/less.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
17
lib/less.js/dist/less.min.js
vendored
Normal file
17
lib/less.js/dist/less.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
lib/less.js/index.js
Normal file
1
lib/less.js/index.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./lib/less-node');
|
||||
Reference in New Issue
Block a user