Skip to content

Commit 0c985db

Browse files
committed
remove unnecessary node_modules and add package.json
1 parent 1aff2ca commit 0c985db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+26
-35775
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
*.swp
3-
.project
3+
.project
4+
node_modules/*

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "three.js",
3+
"description": "JavaScript 3D library",
4+
"version": "0.0.50dev",
5+
"homepage" : "http://mrdoob.github.com/three.js/",
6+
"author": "three.js contributors",
7+
"help": {
8+
"web": "http://stackoverflow.com/questions/tagged/three.js"
9+
},
10+
11+
"devDependencies": {
12+
"uglify-js": "*",
13+
"argsparser" : "*"
14+
},
15+
16+
"repository" : {
17+
"type" : "git",
18+
"url" : "git://github.com/mrdoob/three.js.git"
19+
},
20+
"licenses": [{
21+
"type": "The MIT License",
22+
"url": "https://raw.github.com/mrdoob/three.js/master/LICENSE"
23+
}]
24+
}

utils/node_modules/argsparser/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

utils/node_modules/argsparser/Makefile

Lines changed: 0 additions & 4 deletions
This file was deleted.

utils/node_modules/argsparser/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

utils/node_modules/argsparser/lib/argsparser.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

utils/node_modules/argsparser/package.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

utils/node_modules/argsparser/readme.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

utils/node_modules/argsparser/test/test.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

utils/node_modules/uglify-js/.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)