-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.74 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "autocomplete-exercise",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"babel-plugin-transform-react-jsx": "^6.8.0"
},
"devDependencies": {
"chai": "^3.5.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jspm": "^0.17.0-beta.22",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-jspm": "^2.1.1",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"minimatch": "^3.0.2",
"mocha": "^2.5.3",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.7"
},
"jspm": {
"name": "app",
"main": "app.js",
"dependencies": {
"classnames": "npm:classnames@^2.2.5",
"enzyme": "npm:enzyme@^2.3.0",
"escape-string-regexp": "npm:escape-string-regexp@^1.0.5",
"fetch": "github:github/fetch@^1.0.0",
"isomorphic-fetch": "npm:isomorphic-fetch@^2.2.1",
"react-addons-test-utils": "npm:react-addons-test-utils@^15.1.0"
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "npm:babel-plugin-transform-react-jsx@^6.8.0",
"core-js": "npm:core-js@^2.4.0",
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.12"
},
"peerDependencies": {
"assert": "github:jspm/nodelibs-assert@^0.2.0-alpha",
"buffer": "github:jspm/nodelibs-buffer@^0.2.0-alpha",
"child_process": "github:jspm/nodelibs-child_process@^0.2.0-alpha",
"constants": "github:jspm/nodelibs-constants@^0.2.0-alpha",
"crypto": "github:jspm/nodelibs-crypto@^0.2.0-alpha",
"dgram": "github:jspm/nodelibs-dgram@^0.2.0-alpha",
"dns": "github:jspm/nodelibs-dns@^0.2.0-alpha",
"domain": "github:jspm/nodelibs-domain@^0.2.0-alpha",
"ecc-jsbn": "npm:ecc-jsbn@~0.1.1",
"events": "github:jspm/nodelibs-events@^0.2.0-alpha",
"fs": "github:jspm/nodelibs-fs@^0.2.0-alpha",
"http": "github:jspm/nodelibs-http@^0.2.0-alpha",
"https": "github:jspm/nodelibs-https@^0.2.0-alpha",
"jodid25519": "npm:jodid25519@^1.0.0",
"jsbn": "npm:[email protected]",
"jsdom": "npm:jsdom@^7.0.2",
"module": "github:jspm/nodelibs-module@^0.2.0-alpha",
"net": "github:jspm/nodelibs-net@^0.2.0-alpha",
"os": "github:jspm/nodelibs-os@^0.2.0-alpha",
"path": "github:jspm/nodelibs-path@^0.2.0-alpha",
"process": "github:jspm/nodelibs-process@^0.2.0-alpha",
"punycode": "github:jspm/nodelibs-punycode@^0.2.0-alpha",
"querystring": "github:jspm/nodelibs-querystring@^0.2.0-alpha",
"react": "npm:react@^15.1.0",
"react-dom": "npm:react-dom@^15.1.0",
"source-map": "npm:[email protected]",
"stream": "github:jspm/nodelibs-stream@^0.2.0-alpha",
"string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha",
"tls": "github:jspm/nodelibs-tls@^0.2.0-alpha",
"tty": "github:jspm/nodelibs-tty@^0.2.0-alpha",
"tweetnacl": "npm:[email protected]",
"url": "github:jspm/nodelibs-url@^0.2.0-alpha",
"util": "github:jspm/nodelibs-util@^0.2.0-alpha",
"vm": "github:jspm/nodelibs-vm@^0.2.0-alpha",
"zlib": "github:jspm/nodelibs-zlib@^0.2.0-alpha"
},
"overrides": {
"npm:[email protected]": {
"map": {
"react/addons": "@empty",
"react/lib/ExecutionEnvironment": "@empty",
"react/lib/ReactContext": "@empty"
}
},
"npm:[email protected]": {
"dependencies": {
"readable-stream": "^2.0.2",
"pako": "~0.2.0"
},
"map": {
"_stream_transform": "readable-stream/transform"
}
},
"npm:[email protected]": {
"main": "browser.js",
"jspmNodeConversion": false,
"format": "cjs",
"map": {
"./browser.js": {
"node": "./node.js"
},
"fs": "@node/fs",
"net": "@node/net",
"tty": "@node/tty",
"util": "@node/util"
}
},
"npm:[email protected]": {
"jspmNodeConversion": false
},
"npm:[email protected]": {
"ignore": [
"test.js"
]
},
"npm:[email protected]": {
"jspmNodeConversion": false,
"format": "cjs"
},
"npm:[email protected]": {
"map": {
"stream": "stream-browserify/index"
},
"systemjs": {
"main": "readable.js"
},
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "~0.10.0",
"stream-browserify": "^1.0.0"
}
}
}
},
"scripts": {
"test": "./node_modules/.bin/karma"
},
"author": "",
"license": "ISC"
}