Skip to content

Commit 4d46bc6

Browse files
committedAug 24, 2016
FUCK NPM
1 parent ae21d12 commit 4d46bc6

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed
 

‎bower.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "js-sequence-diagrams",
3+
"version": "1.0.6",
4+
"authors": "Andrew Brampton (bramp.net)",
5+
"description": "Generates UML sequence diagrams from simple text",
6+
"homepage": "http://bramp.github.io/js-sequence-diagrams/",
7+
"main": "fucknpm/sequence-diagram-min.js",
8+
"namespace": "Diagram",
9+
"keywords": [
10+
"uml",
11+
"sequence",
12+
"diagram"
13+
],
14+
"license": "BSD",
15+
"readmeFilename": "README.md",
16+
"ignore": [
17+
".*",
18+
"_site",
19+
"node_modules",
20+
"bower_components"
21+
],
22+
"dependencies": {
23+
"underscore": "~1.4.x",
24+
"raphael": "~2.1.x"
25+
},
26+
"devDependencies": {
27+
"qunit": "1.11.x",
28+
"lodash": "4.7.x",
29+
"jquery": "1.8.x"
30+
},
31+
"scripts": {
32+
"test": "make test"
33+
},
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/bramp/js-sequence-diagrams.git"
37+
}
38+
}

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "js-sequence-diagrams",
3-
"version": "100000.0.6",
3+
"version": "1000000.0.6",
4+
"description": "Fucks NPM and draws simple SVG sequence diagrams from textual representation of the diagram",
45
"main": "fucknpm/sequence-diagram-min.js",
56
"repository": {
67
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.