-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
50 lines (50 loc) · 1.48 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
48
49
50
{
"name": "understanding-npm",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npm ex @unpm/server npm start",
"prestart": "npm run relink",
"relink": "linklocal",
"preinstall": "mkdir -p ~/.npm/@unpm",
"postinstall": "linklocal && linklocal --list | bulk -c 'npm install --cache-min Infinity --production'",
"clean": "rm-modules"
},
"engines": {
"npm": "2.x"
},
"cacheDirectories": [],
"dependencies": {
"@nsight/header": "file:nsight-header",
"@unpm/background": "file:unpm-background",
"@unpm/camera": "file:unpm-camera",
"@unpm/dat": "file:unpm-dat",
"@unpm/downloaders": "file:unpm-downloaders",
"@unpm/fetch-data": "file:unpm-fetch-data",
"@unpm/frontend": "file:unpm-frontend",
"@unpm/labels": "file:unpm-labels",
"@unpm/packages": "file:unpm-packages",
"@unpm/preloader": "file:unpm-preloader",
"@unpm/registry": "file:unpm-registry",
"@unpm/screen-coords": "file:unpm-screen-coords",
"@unpm/server": "file:unpm-server",
"@unpm/storyboard": "file:unpm-storyboard",
"@unpm/system": "file:unpm-system",
"babel": "^5.0.12",
"babelify": "^5.0.5",
"brfs": "^1.4.0",
"bulk": "^2.0.0-alpha-0",
"envify": "^3.4.0",
"glslify": "2.1.2",
"glslify-hex": "2.0.1",
"gooey": "file:gooey",
"linklocal": "^2.5.0",
"uglify-js": "^2.4.20",
"watchify": "^3.1.1"
},
"devDependencies": {
"budo": "~3.1.1",
"garnish": "^2.1.3",
"rm-modules": "^1.0.2"
}
}