-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "npm-names",
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"all-the-package-names": "^1.1.0",
"array-shuffle": "^1.0.0",
"eases": "^1.0.6",
"gl-vec3": "^1.0.3",
"load-bmfont": "^1.2.3",
"quad-indices": "^2.0.1",
"three": "^0.71.0",
"three-bmfont-text": "^1.1.1",
"three-orbit-viewer": "^69.3.0",
"tweenr": "^2.1.3",
"xtend": "^4.0.0"
},
"devDependencies": {
"babelify": "^6.0.2",
"browserify": "^11.0.1",
"budo": "^4.0.0",
"errorify": "^0.2.4",
"garnish": "^2.1.3",
"uglify-js": "^2.4.24"
},
"scripts": {
"test": "node test.js",
"start": "budo index:bundle.js --live --host=`internal-ip` --verbose --no-debug -- --noparse=three | garnish",
"build": "browserify index.js | uglifyjs -cm > bundle.js"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/npm-names.git"
},
"homepage": "https://github.com/mattdesl/npm-names",
"bugs": {
"url": "https://github.com/mattdesl/npm-names/issues"
}
}