forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bower.json
More file actions
35 lines (35 loc) · 656 Bytes
/
Copy path.bower.json
File metadata and controls
35 lines (35 loc) · 656 Bytes
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": "less",
"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",
"version": "2.7.1",
"_release": "2.7.1",
"_resolution": {
"type": "version",
"tag": "v2.7.1",
"commit": "649101010e5bb24da6661b304a62688aefd79547"
},
"_source": "https://github.com/less/less.git",
"_target": "2.7.1",
"_originalSource": "less"
}